-
Notifications
You must be signed in to change notification settings - Fork 81
Visual Studio Code
Gui Talarico edited this page Sep 18, 2017
·
6 revisions
- Install the Python Package
- Follow the instruction on the repository to set the autocomplete
extraPaths
Your settings should include something like this:
"python.pythonPath": "C:\\Program Files\\Python27\\python.exe",
"python.autoComplete.extraPaths": ["C:\\Path\\To\\ironpython-stubs\\stubs.min"],
The pythonPath
is not required, but you do need to make sure you have a version of python installed on your system.
Please refer to the Package's Docs for additional info con the setup: https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense