1- # [ Python] ( http://donjayamanne.github.io/pythonVSCode/ )
2- Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
1+ #Python
2+ An extension with rich support for Python language, with features including the following and more:
3+ * Linting (Prospector, PyLint, Pep8, Flake8, pydocstyle with config files and plugins)
4+ * Intellisense (autocompletion)
5+ * Auto indenting
6+ * Code formatting (autopep8, yapf, with config files)
7+ * Renaming, Viewing references, and code navigation
8+ * View signature and similar by hovering over a function or method
9+ * Excellent debugging suppot (variables, arguments, expressions, watch window, stack information, break points, remote debugging, mutliple threads)
10+ * Unit testing (unittests and nosetests, with config files)
11+ * Sorting imports
12+ * Snippets
313
414##Quick Start
515* Install the extension
@@ -15,18 +25,6 @@ For further information and details continue through to the [documenetation](htt
1525* Any and all feedback is appreciated and welcome.
1626 + Please feel free to [ add suggestions here] ( https://github.com/DonJayamanne/pythonVSCode/issues/183 )
1727
18- ##Features
19- * Linting (Prospector, PyLint, Pep8, Flake8, pydocstyle with config files and plugins)
20- * Intellisense (autocompletion)
21- * Auto indenting
22- * Code formatting (autopep8, yapf, with config files)
23- * Renaming, Viewing references, and code navigation
24- * View signature and similar by hovering over a function or method
25- * Excellent debugging suppot (variables, arguments, expressions, watch window, stack information, break points, remote debugging, mutliple threads)
26- * Unit testing (unittests and nosetests, with config files)
27- * Sorting imports
28- * Snippets
29-
3028##[ Roadmap] ( https://github.com/DonJayamanne/pythonVSCode/issues/183 )
3129_ Please note, not all of these feature may be developed.
3230Your feedback is crucial in prioritizing the items and in determining whether we shift focus our attention to some other feature request(s)._
@@ -97,16 +95,8 @@ Your feedback is crucial in prioritizing the items and in determining whether we
9795
9896![ Image of Generate Features] ( https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/general.gif )
9997
100- ![ Image of Go To Definition] ( https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/goToDef.gif )
101-
102- ![ Image of Renaming and Find all References] ( https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/rename.gif )
103-
10498![ Image of Debugging] ( https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/standardDebugging.gif )
10599
106- ![ Image of Multi Threaded Debugging] ( https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/flaskDebugging.gif )
107-
108- ![ Image of Pausing] ( https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/break.gif )
109-
110100## Change Log
111101
112102### Version 0.3.12
0 commit comments