Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit 758ca52

Browse files
committed
badges
1 parent b59744c commit 758ca52

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.vsix
2-
pruebas.py
2+
pruebas.py
3+
.vscode

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Pythonic UltiSnippets
2-
[![Version](https://vsmarketplacebadge.apphb.com/version/EliazBobadilla.python-ultisnippets.svg)](hhttps://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets)
3-
2+
[![Version](https://vsmarketplacebadge.apphb.com/version/EliazBobadilla.python-ultisnippets.svg)](hhttps://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/EliazBobadilla.python-ultisnippets.svg)](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets) [![Installs](https://vsmarketplacebadge.apphb.com/installs/EliazBobadilla.python-ultisnippets.svg)](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets)
43
This extension will contains a lot of Python Snippets for VSCode.
54

5+
66
![](img/python.gif)
77
## Snippets
88

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Python UltiSnippets",
44
"description": "A set of Python snippets for VSCode",
55
"icon": "img/icon.png",
6-
"version": "2.0.0",
6+
"version": "2.0.2",
77
"engines": {
88
"vscode": "^1.35.0"
99
},
@@ -22,7 +22,9 @@
2222
"keywords": [
2323
"snippets",
2424
"python",
25-
"python3"
25+
"python3",
26+
"autocompletion",
27+
"completion"
2628
],
2729
"license": "MIT",
2830
"contributes": {

0 commit comments

Comments
 (0)