Hyperlinks to Rules in Neovim #21192
Answered
by
MichaReiser
adrianveen
asked this question in
Q&A
-
|
In the vscode extension the diagnostics show a hyperlink directly to the mentioned rule in the documentation. I may have missed it but is this also in the neovim plugin? I couldn't figure it out when looking. |
Beta Was this translation helpful? Give feedback.
Answered by
MichaReiser
Nov 2, 2025
Replies: 1 comment
-
|
Hi @adrianveen Ruff's editor functionality is based on the LSP. Specifically, Ruff uses the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adrianveen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @adrianveen
Ruff's editor functionality is based on the LSP. Specifically, Ruff uses the
CodeDescriptionfield to expose the URL to the client. However, this also requires that the client, in this case neovim, supports that part of the LSP specification which I don't know if it does.