Adds VSCode and Python ext

This commit is contained in:
Roger 2016-11-12 11:55:51 -05:00 committed by GitHub
parent f526206cd1
commit 25e142b6aa
1 changed files with 2 additions and 0 deletions

View File

@ -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.