astral-sh / ruff-lsp

A Language Server Protocol implementation for Ruff.
Other
1.25k stars 45 forks source link

Feature Request | Using ruff-lsp for VSCode #438

Closed SnirShechter closed 3 months ago

SnirShechter commented 3 months ago

Is it possible for ruff-lsp to fully replace Pylance on VSCode? I opened a similar feature request on vscode-python here.

MichaReiser commented 3 months ago

Not today. We have plans to build more LSP features other than linting and formatting in the future (e.g. semantic highlighting, type checking, auto completion) but that's going to take some time.