Skip to content

Commit a03ab26

Browse files
committed
updated readme to indicate PEP484 is supported
1 parent 093a6aa commit a03ab26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An extension with rich support for the [Python language](https://www.python.org/), with features including the following and more:
44
* 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)
66
* Scientific tools (Jupyter/IPython)
77
* Auto indenting
88
* 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
3636
+ Code definition (Peek and hover definition, View Signature)
3737
+ Rename refactoring
3838
+ 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
4040
+ Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc.)
4141
+ Use the `setting python.autoComplete.extraPaths = []`
4242
+ 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
9797

9898
## [Roadmap](https://donjayamanne.github.io/pythonVSCodeDocs/docs/roadmap/)
9999

100-
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases)
100+
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
101101

102102
### Current Version 0.5.0
103103
* Remove dependency on zmq when using Jupyter or IPython (pure python solution)

0 commit comments

Comments
 (0)