|
2 | 2 |
|
3 | 3 | An extension with rich support for the [Python language](https://www.python.org/), with features including the following and more: |
4 | 4 | * Linting ([Prospector](https://pypi.io/project/prospector/), [Pylint](https://pypi.io/project/pylint/), [pycodestyle](https://pypi.io/project/pycodestyle/)/Pep8, [Flake8](https://pypi.io/project/flake8/), [pydocstyle](https://pypi.io/project/pydocstyle/) with config files and plugins) |
5 | | -* Intellisense (autocompletion) |
| 5 | +* Intellisense (autocompletion with support for PEP-0484) |
6 | 6 | * Scientific tools (Jupyter/IPython) |
7 | 7 | * Auto indenting |
8 | 8 | * Code formatting ([autopep8](https://pypi.io/project/autopep8/), [yapf](https://pypi.io/project/yapf/), with config files) |
@@ -36,7 +36,7 @@ For further information and details continue through to the [documentation](http |
36 | 36 | + Code definition (Peek and hover definition, View Signature) |
37 | 37 | + Rename refactoring |
38 | 38 | + Sorting Import statements (use "Python: Sort Imports" command) |
39 | | -* [Intellisense and Autocomplete](https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense) |
| 39 | +* [Intellisense and Autocomplete](https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense) with support for PEP-0484 |
40 | 40 | + Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc.) |
41 | 41 | + Use the `setting python.autoComplete.extraPaths = []` |
42 | 42 | + For instance getting autocomplete/intellisense for Google App Engine, add the following to your settings file: |
@@ -97,7 +97,7 @@ For further information and details continue through to the [documentation](http |
97 | 97 |
|
98 | 98 | ## [Roadmap](https://donjayamanne.github.io/pythonVSCodeDocs/docs/roadmap/) |
99 | 99 |
|
100 | | -## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases) |
| 100 | +## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md) |
101 | 101 |
|
102 | 102 | ### Current Version 0.5.0 |
103 | 103 | * Remove dependency on zmq when using Jupyter or IPython (pure python solution) |
|
0 commit comments