Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Feb 6, 2016
1 parent c139898 commit 18bda90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, co
Works on both Windows and Mac.

##Features
* Linting (PyLint, Pep8, Flake8 with config files)
* Linting (PyLint, Pep8, Flake8 with config files and plugins)
* Intellisense and autocompletion
* Code formatting (autopep8, yapf, with config files)
* Renaming, Viewing references, Going to definitions, Go to Symbols
Expand Down Expand Up @@ -49,6 +49,10 @@ Works on both Windows and Mac.
* - flake8 can be turned on/off (default is on), supports standard configuaration files
* - Different categories of errors reported by pylint can be configured as warnings, errors, information or hits
* - Path to pylint, pep8 and flake8 and pep8 can be configured
* - Custom plugins such as pylint plugin for Django can be easily used by modifying the settings as follows:
```json
"python.linting.pylintPath": "pylint --load-plugins pylint_django"
```
* Debuggging
* - Watch window
* - Evaluate Expressions
Expand Down Expand Up @@ -94,7 +98,7 @@ Works on both Windows and Mac.

## Change Log

### Version 0.2.0
### Version 0.2.1
* Improved debugger for Windows, with support for Multi threading, debugging Multi-threaded apps, Web Applications, expanding properties, etc
* Added support for relative paths for extra paths in additional libraries for Auto Complete
* Fixed a bug where paths to custom Python versions weren't respected by the previous (PDB) debugger
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded), Intellisense, auto-completion, code formatting, snippets, and more.",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "donjayamanne",
"license": "SEE LICENSE IN LICENSE or README.MD",
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",
Expand Down

0 comments on commit 18bda90

Please sign in to comment.