Skip to content

Commit da1f2a6

Browse files
authored
Merge pull request realpython#722 from DonJayamanne/master
updated to include a reference to VS Code
2 parents 7f5dbf7 + 46ca5e9 commit da1f2a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/dev/env.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ features can be brought to IntelliJ with the free
150150
versions of PyCharm: Professional Edition (Free 30-day trial) and Community
151151
Edition(Apache 2.0 License) with fewer features.
152152

153+
Python (on Visual Studio Code)
154+
-----------------------------
155+
156+
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=donjayamanne.python>`_ is an extension for the `Visual Studio Code IDE <https://code.visualstudio.com>`_.
157+
This is a free, light weight, open source IDE, with support for Mac, Windows, and Linux.
158+
Built using open source technologies such as Node.js and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like.
159+
160+
MIT licensed.
161+
153162
Enthought Canopy
154163
----------------
155164
`Enthought Canopy <https://www.enthought.com/products/canopy/>`_ is a Python

0 commit comments

Comments
 (0)