-
Notifications
You must be signed in to change notification settings - Fork 70
Intellicode doesnt work on python #135
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
Hi hqabcxyxz, In your description above you mentioned that you have set Currently IntelliCode only works on the David. |
I have exactly same error and also only setting "jedi enabled" and rejecting Language Server start makes it work. |
Hi hqabcxyxz, Thanks for your feedback. This is a problem with the Python Language Server. There is an open issue to fix this here. In this open issue, there is also some information around how you might be able to work around the bug in the meantime by adding a couple lines to your settings. Thanks! |
Hi @hqabcxyxz Given @savannahostrowski 's comment above, this is already being tracked by a Python Language Server bug, so I'm closing this item. Thanks for raising this issue and for trying IntelliCode - let us know if you see other issues or have suggestions for us to improve the product! Mark |
Product and Version [VS/VSCode]:VSCode 1.39.2
OS Version [macOS/Windows]:Ubuntu 18.04
IntelliCode Extension Version: 1.1.9
Target Platform or Language [e.g. Node.js]: python
I have install Intellicode in VSCode and no error was report by vscode,it seems work.
but when I start coding,I found intellicode can no prompt right context!!!
for example:
It just show
lr_scheduler
!!!and there is no other choice that I can choose...the same thing also happen in other python 3rd module...
so I have to set "python.jediEnabled": true ,to ensure that the code can be automatically completed...
Here is My VSCode setting.json:
I have re install vscode twice,but this problem is still exist...
The text was updated successfully, but these errors were encountered: