-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Troubleshooting Intellisense Autocompletion
Don Jayamanne edited this page Jun 22, 2016
·
3 revisions
Scenario: You have a module installed, however the IDE isn't displaying the intellisense/autocompletion for this custom module.
Cause: The path to the python executable is incorrect
Solution: Configure the path to the python executable in the settings.json
Remember to re-start VS Code once done (this won't be necessary in a future release).
Cause: The custom module is located in a non-standard location
The custom module hasn't been installed using Pip.
Solution: Configure the settings.json to include this custom location for autocompletion to work
Remember to re-start VS Code once done (this won't be necessary in a future release).