-
Notifications
You must be signed in to change notification settings - Fork 23
Question: What is the difference between using python-lsp-ruff and using ruff-lsp? #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In short: Under the hood |
Thank you!
The Pyright LSP provides those things as well, right? If I'm using PyRight for renaming and go-to, would I want Ruff as well? |
Yes, pyright also allows for renaming etc. In this case I would go for |
Thank you! |
supposed you meant pylance?
didn't use ruff-lsp but I supposed better idea was enhanced something which let this have better usage experience than that. :sweet_smile:
…--
shane.xb.qian
|
@Shane-XB-Qian I use NeoVim with the language servers: |
I am still using python-lsp-server with this plugin, and for me it works great. If I switched away from python-lsp-server, though, I'd probably go for jedi-language-server and ruff-lsp. I haven't gotten too into type checking yet, regrettably. Might need to look into pyright. |
I posted here, but just want to crosspost in case you are able to answer it better python-lsp/python-lsp-server#553
The text was updated successfully, but these errors were encountered: