@@ -4,14 +4,14 @@ Linting, Debugging, Intellisense, auto-completion, code formatting, rename refer
44##Features
55*  Linting (using PyLint)
66*  Intellisense and auto completion
7- *  Code formatting (using AutoPep8 )
7+ *  Code formatting (using Autopep8 )
88*  Renaming
99*  Viewing references
1010*  Going to definitins
1111*  View signature and similar by hovering over a function or method
1212*  Debugging using PDB (work in progress, please remove any and all issues)
13- *  Debugging with support for local variables, expressions, watch window, stack information, break points
14- *  (currently you cannot removed any added breakpoints, this will be fixed in a future release) 
13+ *  Debugging with support for local & global  variables, arguments , expressions, watch window, stack information, break points
14+ 
1515*  Sorting imports
1616
1717## Issues, Feedback and Suggestions  
@@ -23,7 +23,7 @@ Linting, Debugging, Intellisense, auto-completion, code formatting, rename refer
2323*  Pylint is installed for linting
2424*  -  Install Pylint as follows:
2525*  -  pip install pylint
26- *  AutoPep8  is installed for code formatting 
26+ *  Autopep8  is installed for code formatting 
2727*  -  Install AutoPep8 as follows (ensure pep8 is installed):
2828*  -  pip install pep8
2929*  -  pip install --upgrade autopep8
@@ -38,10 +38,11 @@ Linting, Debugging, Intellisense, auto-completion, code formatting, rename refer
3838## Chang Log  
3939### Version 0.0.4  
4040*  Added support for linting using Pylint (configuring pylint is coming soon)
41- *  Added support for sorting Imports
41+ *  Added support for sorting Imports (Using the command "Pythong: Sort Imports") 
4242*  Added support for code formatting using Autopep8 (configuring autopep8 is coming soon)
43+ *  Added ability to view global variables, arguments, add and remove break points
4344### Version 0.0.3  
44- *  Added support for debugging using PDB (currently you cannot delete a breakpoint, this will be fixed soon) 
45+ *  Added support for debugging using PDB
4546
4647
4748## Debugging Instructions  
0 commit comments