Skip to content

Visual Studio Code

Gui Talarico edited this page May 30, 2018 · 6 revisions

Visual Studio Code Setup

  1. Install the Python Package. A restart might be required
  2. Your settings should include something like this:
"python.pythonPath": "C:\\Program Files\\Python27\\python.exe",
"python.autoComplete.extraPaths": ["C:\\Path\\To\\ironpython-stubs\\release\\stubs.min"],

The extraPaths should point to the stubs.min folder. 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 https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense

Video Walkthrough

Images

vscode

Clone this wiki locally