This allows for navigating to included files on click, and also provides hover
information about the include file (similarly to clangd).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.cpp | ||
---|---|---|
504 | The documentLink automatically has linkage, that is what gets you the ctrl+click behavior. The hover here is just additional information about the include. I just modeled the info in the hover after what clangd provides. | |
mlir/test/mlir-pdll-lsp-server/include/included.td | ||
1 ↗ | (On Diff #423849) | Dropped the newlines at the top. I didn't add a file heading because no other tests I could find have them, and these files are not tested directly (thus no RUN lines), they are only used when testing other files. |
OOC does this enable linkage? Or would one need to write this in markdown formatting?