-
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
Python intellisense works only when backspace is pressed #3871
Comments
Hi @rohansekhri. Thanks for letting us know about this. I haven't been able to reproduce the problem using Linux, so I wonder if it is Windows-specific. Also, how long has this been a problem for you? For instance, did it start happening after an update or has it always been this way? |
I have seen it a few times and I haven't been coding on Linux for a while so I'm not sure of the behavior on Linux. Is there something needed in addition to what I have already provided? |
Could you try updating the language server to the latest stable version? |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on then we will be happy to re-open this issue to pick up where we left off. |
Environment data
Expected behaviour
On pressing Ctrl + Space, all members of the module should be populated
Actual behaviour
On pressing Ctrl + Space, VS is stuck at loading... and on pressing backspace starts to show module members
Steps to reproduce:
Settings:
{
"python.jediEnabled": false,
"python.linting.pylintEnabled": false,
"python.autoComplete.addBrackets": true,
"terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe",
"files.autoSave": "afterDelay",
"python.pythonPath": "C:\Python27",
"git.autofetch": true,
"diffEditor.renderSideBySide": false,
"explorer.confirmDelete": true,
"terminal.integrated.rendererType": "dom",
"workbench.iconTheme": "vscode-icons",
"python.autoUpdateLanguageServer": true
}
Note: all paths have double \ . Paths do not have any issues
GIF:
The text was updated successfully, but these errors were encountered: