11# Python
2- Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
3- Works on both Windows and Mac.
2+ Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
43
54##Features
65* Linting (PyLint, Pep8, Flake8 with config files and plugins)
@@ -20,10 +19,7 @@ Works on both Windows and Mac.
2019##[ Wiki] ( https://github.com/DonJayamanne/pythonVSCode/wiki )
2120
2221##[ Issues and Feature Requests] ( https://github.com/DonJayamanne/pythonVSCode/issues )
23- * Support of shebang (testing)
24- * Remote Debugging (testing)
2522* Support for Virtual Environments (in development)
26- * More features on the way
2723
2824## Feature Details (with confiuration)
2925* IDE Features
@@ -67,6 +63,7 @@ Works on both Windows and Mac.
6763 + Multiple Threads and Web Applications (such as Flask) (Windows and Mac)
6864 + Expanding values (viewing children, properties, etc) (Windows and Mac)
6965 + Conditional breakpoints
66+ + Remote debugging
7067* Unit Testing
7168 + unittests (default is on)
7269 + nosetests (default is off)
@@ -106,6 +103,9 @@ Works on both Windows and Mac.
106103
107104## Change Log
108105
106+ ### Version 0.3.1
107+ * Remote debugging (updated documentation and fixed minor issues)
108+
109109### Version 0.3.0
110110* Remote debugging (attaching to local and remote processes)
111111* Debugging with support for shebang
0 commit comments