You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following language features are currently supported in a language server along with code completions:
...
Goto Definition: provides go to definition support for a symbol selected in a text document.
...
When I install Ruff, the things that are mentioned as part of the extension work flawlessly (linting, auto-fix imports, etc.).
That being said, there is no "ruff" option in the Pythons "Language Server" option---it's unclear to me whether this is something that falls under the purview of ruff or VS Code to change
The text was updated successfully, but these errors were encountered:
Hey! There's discussion about this over at astral-sh/ruff-lsp#23 — but ruff-lsp doesn't support this at this time and is intended to be used alongside a tool that does.
Does Ruff support go-to definition (also called "jump to definition") functionality, like PyLance?
According to VS-Code's language server extension guide, this is theoretically possible.
When I install Ruff, the things that are mentioned as part of the extension work flawlessly (linting, auto-fix imports, etc.).
That being said, there is no "ruff" option in the Pythons "Language Server" option---it's unclear to me whether this is something that falls under the purview of ruff or VS Code to change
The text was updated successfully, but these errors were encountered: