Environment data VS Code version: 1.19.2 Python Extension version: 0.9.1 Python Version: 3.6.4 OS and version: Mac 10.12.6 Actual behavior Built-in module can not go to definition like: can not go to definition Expected behavior Built-in...
This should generate logs for the language server, which you can find under Output > Python Language Server panel. If there is nothing in the logs that means that the language server might have failed to start. Try Pylance as language server to work around this problem if this is blocking ...
When I enable the MS Python Language Server it's actually even worse. Now I can't even go to the definition of the hello function, which works if using jedi. See screenshots when I attempt the "gotodef" for both the module and the function, both resulting in "No definition found for ...
For instance if Python were to introduce a new feature tomorrow, the lack of support in this extension doesn't mean its a bug, its an area of improvement for the extension. I hope this explains why we're leaving this as an enhancement. Please note we will be looking into this however ...
Issue Type: Bug Since the latest update, when I try to use "Go To Definition" to open a file in my project's venv, it only moves the cursor. Everything works if I switch to the language server. Steps to reproduce: Create a Python file wi...