LSP: support for document links #33553
Closed
icholy
started this conversation in
Language Support
Replies: 1 comment
-
|
Thanks for reporting. I've created an associated feature tracking issue: Please 👍 to increase visibility and subscribe to be notified of future progress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The LSP protocol supports fetching a list of clickable links in a document using the
textDocument/documentLinkmethod: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentLinkExamples of LSP servers which support it:
goplsuses it to link imports to the documentation website.jsonlsandyamllsuse it to link$refs in openapi/swagger documents.Beta Was this translation helpful? Give feedback.
All reactions