@@ -31,9 +31,9 @@ Works on both Windows and Mac.
31
31
* [ Intellisense and Autocomplete] ( https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense )
32
32
+ Full intellisense
33
33
+ Support for docstring
34
- + Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc)
35
- + - - Use the setting python.autoComplete.extraPaths = [ ]
36
- + - - For instance getting autocomplete/intellisense for Google App Engine, add the following to your settings file:
34
+ + Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc)
35
+ + Use the setting python.autoComplete.extraPaths = [ ]
36
+ + For instance getting autocomplete/intellisense for Google App Engine, add the following to your settings file:
37
37
``` json
38
38
"python.autoComplete.extraPaths" : [
39
39
" C:/Program Files (x86)/Google/google_appengine" ,
@@ -62,6 +62,7 @@ Works on both Windows and Mac.
62
62
+ Local variables and arguments
63
63
+ Multiple Threads and Web Applications (such as Flask) (Windows and Mac)
64
64
+ Expanding values (viewing children, properties, etc) (Windows and Mac)
65
+ + Conditional breakpoints
65
66
* Unit Testing
66
67
+ unittests (default is on)
67
68
+ nosetests (default is off)
@@ -101,7 +102,7 @@ Works on both Windows and Mac.
101
102
102
103
## Change Log
103
104
104
- ### Version 0.2.7
105
+ ### Version 0.2.8
105
106
* Added support for conditional break points
106
107
* Added ability to optionally display the shell window (Windows Only, Mac is coming soon)
107
108
+ Allowing an interactive shell window, which isn't supported in VSCode.
0 commit comments