-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Intellisense isn't working at all #503
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
Or you attempting this with just a file open or did you open a workspace? And did you make sure you selected a Python interpreter? Intellisense only works when you specify an interpreter, not simply having the option to select one. (And FYI, the " |
Might be addressed by #536 |
Closing with #536, please check in the next update (Jan 2018+) |
Thanks, waiting for the next update. This is when a folder containing a python app is open. The Python output is just showing linter information. from pylint. When I hit Ctrl+Space inside a method there's a super-brief "waiting" label being shown (barely visible) before vscode shows "generic" information. If I just stop and wait after the opening paranthesis of the method call vscode correctly shows the available method arguments. It is my impression that ctrl+space would allow "tab-completion" of the valid arguments (at least thats how other IDEs i've been using works). I also notice that typing the first character of an argument name will allow me to tab-complete that argument. There's a good chance that vscode's python intellisense works as intended and that the behaviour is just different (not as sophisticated in some situations) from other IDEs. I'm fine with us closing this issue. |
@trondhindenes if you want to help us test that this is fixed, please try out an insiders build of the extension. |
sweet, I'll install that right away and give it a whirl! |
@trondhindenes were you able to ever try out an insiders build of the extension to validate our fix for you? |
Environment data
VS Code version: 1.19.1
Python Extension version: 0.9.1
Python Version: 3.6.3
OS and version: Ubuntu 17.10
Actual behavior
I'm not getting any intellisense in Python files. The linter is working as expected, and VSCode shows the "python version selector" so the plugin itself is loaded and all that. But there's not intellisense, apart from "dumb" autocomplete based on keywords/code already in the file. Ctrl+Space only produces "generic" suggestions.
Expected behavior
Intellisense should like it doesn in other IDEs
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: