@@ -28,26 +28,6 @@ For further information and details continue through to the [documentation](http
2828* Any and all feedback is appreciated and welcome.
2929 + Please feel free to [ add suggestions here] ( https://github.com/DonJayamanne/pythonVSCode/issues/183 )
3030
31- ## [ Roadmap] ( https://github.com/DonJayamanne/pythonVSCode/issues/183 )
32- _ Please note, not all of these feature may be developed.
33- Your feedback is crucial in prioritizing the items and in determining whether we shift focus our attention to some other feature request(s)._
34- * Intellisense and Linting
35- + Context actions for some linter messages
36- + Remote Interpretter
37- * Miscellaneous IDE enhancements
38- + Auto-generate docstring
39- + Documentation viewer
40- + Improved integration of Unit Tests
41- + Complex code refactoring (alogn with UI to preview)
42- * Integration
43- + Code coverage
44- + Profiler
45- + Integrating IPython
46- * Debugging enhancements
47- + Integration with VS Code Terminal window
48- + Securely debugging Python applications in the cloud (Azure, AWS or Google Cloud)
49- + Remote debugging over SSH
50-
5131## Feature Details
5232* IDE Features
5333 + Auto indenting
@@ -101,6 +81,26 @@ Your feedback is crucial in prioritizing the items and in determining whether we
10181
10282![ Image of Debugging] ( https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/standardDebugging.gif )
10383
84+ ## [ Roadmap] ( https://github.com/DonJayamanne/pythonVSCode/issues/183 )
85+ _ Please note, not all of these feature may be developed.
86+ Your feedback is crucial in prioritizing the items and in determining whether we shift focus our attention to some other feature request(s)._
87+ * Intellisense and Linting
88+ + Context actions for some linter messages
89+ + Remote Interpretter
90+ * Miscellaneous IDE enhancements
91+ + Auto-generate docstring
92+ + Documentation viewer
93+ + Improved integration of Unit Tests
94+ + Complex code refactoring (alogn with UI to preview)
95+ * Integration
96+ + Code coverage
97+ + Profiler
98+ + Integrating IPython
99+ * Debugging enhancements
100+ + Integration with VS Code Terminal window
101+ + Securely debugging Python applications in the cloud (Azure, AWS or Google Cloud)
102+ + Remote debugging over SSH
103+
104104## [ Change Log] ( https://github.com/DonJayamanne/pythonVSCode/releases )
105105
106106### Current Version 0.3.21
0 commit comments