Skip to content

Commit 01e28f0

Browse files
authored
Update README.md
1 parent 71f1fa9 commit 01e28f0

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
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-
153
Provides type hint auto-completion for Python, with completion items for built-in types, classes and the typing module.
164

175

@@ -40,4 +28,18 @@ The extension can found on the [Visual Studio Marketplace](https://marketplace.v
4028

4129
* The difference between function and class constructor calls when detecting types is determined by the first letter being upper case (unless the class or function is defined in the currently edited document).
4230

31+
4332
-------------------------------------------------------------------------------------------
33+
34+
35+
<p>
36+
<a href="https://img.shields.io/github/v/release/njqdev/vscode-python-typehint.svg?style=flat">
37+
<img src="https://img.shields.io/github/v/release/njqdev/vscode-python-typehint.svg?style=flat" />
38+
</a>
39+
<a href="https://img.shields.io/visual-studio-marketplace/i/njqdev.vscode-python-typehint">
40+
<img src="https://img.shields.io/visual-studio-marketplace/i/njqdev.vscode-python-typehint" alt="Installs"></img>
41+
</a>
42+
<a href="https://www.codefactor.io/repository/github/njqdev/vscode-python-typehint/badge">
43+
<img src="https://www.codefactor.io/repository/github/njqdev/vscode-python-typehint/badge" alt="CodeFactor"></img>
44+
</a>
45+
</p>

0 commit comments

Comments
 (0)