astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.62k stars 466 forks source link

LSP (Language Server Protocol) Support #593

Open mitsuhiko opened 7 months ago

mitsuhiko commented 7 months ago

In an ideal world rye gains a new lsp command that serves up an LSP composed of at the very least the ruff LSP so that linting and formatting works and can be served up to a vscode extension or similar #556.

T-256 commented 7 months ago

Also, good discussion is here: https://github.com/astral-sh/ruff/pull/7262