-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Parameter hints not working (Python) #3333
Comments
Hi @imanimufti, sorry for the trouble you're having! To help narrow down the situation you find yourself in, can you let us know whether you don't get intellisense before running code in the interactive window? Also, does the same problem occur for a very simple, but separate, project like: import os Where on pressing '.' after "os" you get nothing? Also, let us know the state of the "Python: Jedi Enabled" setting in VS Code. If it's checked, try unchecking to see if your problem is resolved. Eventually, this setting WILL be unchecked by default in the Python extension so keeping it unchecked all the time, is ok. |
Closing as no response from user. |
Just in case somybody comes across this issue. What worked for me was adding |
I am having this issue. Intellisense pops up for e.g. numpy methods - no parameter hints though. Looks like this is being worked on here? |
@wconnell how do you solve it? |
I can't see the parameter hints in VS Code. Ctrl + Shift + Space does nothing.
In addition I also have this error
Jupyter kernel cannot be started from 'Python 3.8.1 32-bit'. Using closest match Python 3.7.4 64-bit ('base': conda) instead. Error starting original kernel: Error: Module 'notebook' not installed.
Everything works fine and I can run code. But I can't trigger parameter hints or use the intellisense feature when running code in a python script format. When I use the jupyter notebook cells format, the intellisense feature works but the paramter hints still dont work.
I've tried everything in all the other threads similar to this. Someone please help me. I've been stuck on this for two days now. I'm new to VS Code.
The text was updated successfully, but these errors were encountered: