This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Intellisense and go to definition not working for external modules #1664
Labels
duplicate
This issue or pull request already exists
The extension completion and search for definition doesn't work for modules located outside the main folder.
I have a virtualenvironment setup with
pipenv
and I configured VSCode Python interpreter accordingly. For the modules inside the main workspace folder the completion and go to definition works, but for third party modules installed withpipenv
doesn't work, it's like they don't get indexed. But Go to definition from main folder to external module works.If I use Jedi, it all works ok.
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version vscode-python#3977): Language ServerThe text was updated successfully, but these errors were encountered: