Skip to content

Commit 29a3529

Browse files
authored
Update README.md
1 parent 0b52166 commit 29a3529

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Python Type Hint
22

3+
<p>
4+
<a href="https://img.shields.io/github/v/release/njqdev/vscode-python-typehint.svg?style=flat">
5+
<img src="https://img.shields.io/github/v/release/njqdev/vscode-python-typehint.svg?style=flat" />
6+
</a>
7+
<a href="https://img.shields.io/visual-studio-marketplace/i/njqdev.vscode-python-typehint">
8+
<img src="https://img.shields.io/visual-studio-marketplace/i/njqdev.vscode-python-typehint" alt="Installs"></img>
9+
</a>
10+
<a href="https://www.codefactor.io/repository/github/njqdev/vscode-python-typehint/badge">
11+
<img src="https://www.codefactor.io/repository/github/njqdev/vscode-python-typehint/badge" alt="CodeFactor"></img>
12+
</a>
13+
</p>
14+
315
Provides type hint auto-completion for Python, with completion items for built-in types, classes and the typing module.
416

517

618
![](images/demo.gif)
719

20+
821
## Features
922

1023
* Estimates the correct type to provide as a completion item.

0 commit comments

Comments
 (0)