From 25e142b6aa5afc05e4fb2dfce81e9a2a49f0933b Mon Sep 17 00:00:00 2001 From: Roger Date: Sat, 12 Nov 2016 11:55:51 -0500 Subject: [PATCH] Adds VSCode and Python ext --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fae71e05..146acedf 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python. * Visual Studio * [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio. +* Visual Studio Code + * [Python](https://github.com/DonJayamanne/pythonVSCode) - An extension with rich support for the Python language, with features including linting, IntelliSense, formatting, and refactoring. * IDE * [LiClipse](http://www.liclipse.com/) - Free polyglot IDE based on Eclipse. Uses PyDev for Python support. * [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available.