8000 Merge pull request #1022 from carloshvp/master · realpython/python-guide@c4ec15c · GitHub
[go: up one dir, main page]

Skip to content

Commit c4ec15c

Browse files
authored
Merge pull request #1022 from carloshvp/master
#1021 Moved VS Code to Text Editor
2 parents e245d92 + bccf450 commit c4ec15c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/dev/env.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ Recommended for Python development is
138138
`Linter <https://github.com/steelbrain/linter>`_ combined with
139139
`linter-flake8 <https://github.com/AtomLinter/linter-flake8>`_.
140140

141+
Python (on Visual Studio Code)
142+
------------------------------
143+
144+
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ is an extension for the `Visual Studio Code <https://code.visualstudio.com>`_.
145+
This is a free, lightweight, open source code editor, with support for Mac, Windows, and Linux.
146+
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.
147+
148+
MIT licensed.
141149

142150
IDEs
143151
::::
@@ -152,14 +160,6 @@ features can be brought to IntelliJ with the free
152160
versions of PyCharm: Professional Edition (Free 30-day trial) and Community
153161
Edition (Apache 2.0 License) with fewer features.
154162

155-
Python (on Visual Studio Code)
156-
------------------------------
157-
158-
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ is an extension for the `Visual Studio Code IDE <https://code.visualstudio.com>`_.
159-
This is a free, lightweight, open source IDE, with support for Mac, Windows, and Linux.
160-
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.
161-
162-
MIT licensed.
163163

164164
Enthought Canopy
165165
----------------

0 commit comments

Comments
 (0)
0