-
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
CHE-5154: use another implementation of the Language Server Protocol for python #5267
Conversation
@tolusha Need to replace binaries with New Binary |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/2736/ |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/2738/ |
@svor : Could you please describe in the PR description the various benefits of having this new LS for python? |
@slemeur I've updated |
Thanks @svor. it is perfect. |
First ... Thanks man I' ve waiting for this feature so long and I was not able to make it work. Thanks a lot |
@phill1234 |
What does this PR do?
Changes an implementation of the LSP for python and adopts plugin-languageserver for using this one. The new implementation is from https://github.com/palantir/python-language-server.
New Features:
What issues does this PR fix or reference?
#5154
#4976
Changelog
Change an implementation of the LSP for python
Release Notes
We have updated the LS used for Python by the Palayton one. This new Python LS is providing a better support and analyzis of the language which allows:
Docs PR