-
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-3120: Add Sourcegraph Python Language Server to Che #3693
Conversation
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
Build # 1603 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/1603/ to view the results. |
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
ci-build |
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1610/ |
@vparfonov - I'm trying to write the release notes for this but I can't find any intellisense for Python in codenvy.io, even after I turn on the language server with our Python stack and sample app. What are the types of intellisense that this adds for Python and how is it triggered? |
@bmicklea Current version of Sourcegraph Python Language Server doesn't provide any intellisense in classic means. For now it's support only hover feature https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#hover-request |
Okay, for some reason the hover didn't work for me either (I saw it in your video). Thanks for clarifying. |
Hello, But, i've the impression that python language server doesn't work with python 2.7 ? Thanks, |
@ymatagne the Sourcegraph Python LS that we're using says that it works for Python 3.x and 2.x. Is something not working for you? |
@bmicklea Yes, Python Ls don't work with Python 2.X. If you want reproduce:
When workspace is open, you cannot create project or update project. In log file, there isn't error. I try with Mac and Windows with Che 5.2.2. Thanks, |
…3693) Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
What does this PR do?
Add Sourcegraph Python Language Server to Che
What issues does this PR fix or reference?
#3120