-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use jedi behind a language server protocol #11995
Comments
Consider this when handling tooltip: #12179 (comment) |
Remove pylint minimal checkers: #13321 . We should ensure that we are surfacing problems found by |
Check if this issue exists #13751. If it does exist file a bug on |
Related Jedi LSP issues: https://github.com/microsoft/vscode-python/issues/13532 #13884 #13882 |
Thanks @davidhalter for Thanks @pappasam for Thanks @danixeee for the language server implementation all of this sits on. /cc @jerodsanto |
Still not happy with the performance, but I'm working on something like Jedi in Rust. :) So it might be a lot faster in a year or so. |
@davidhalter @pappasam @danixeee on behalf of @karthiknadig and Maintainer Week we'd love to send each of you a free Maintainer t-shirt! Please email [email protected] to redeem, if you're interested 💚 |
Now that we have Jedi behind a language server, the next step is to drop the old Jedi 0.17 support. |
It should be possible with minimal pain according to @karthiknadig.
Also, check out 👉 https://github.com/pappasam/jedi-language-server/blob/master/jedi_language_server/server.py 👈
Things to do before enabling this:
The text was updated successfully, but these errors were encountered: