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

Commit 06cce0e

Browse files
committed
First Stable Release 1.5
1 parent 3b247c9 commit 06cce0e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# Python-Extension-Pack-VSCode
1+
# Ultimate Pack Extension for Python
2+
[![Version](https://vsmarketplacebadge.apphb.com/version-short/EliazBobadilla.python-ultiextension-pack.svg)](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultiextension-pack.) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/EliazBobadilla.python-ultiextension-pack..svg)](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultiextension-pack.) [![Installs](https://vsmarketplacebadge.apphb.com/installs/EliazBobadilla.python-ultiextension-pack.svg)](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultiextension-pack.)
3+
This extension pack is made to make your life easier and leave you a ready-to-use workspace for Python development. I will be constantly updating the extension and checking comments.
4+
## Extensions Included
5+
6+
* [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.
7+
* [Python UltiSnippets](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets) - A set of Python snippets for VSCode
8+
9+
* [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) - Provides AI-assisted productivity features for Python developers in Visual Studio Code with insights based on understanding your code combined with machine learning..
10+
* [autoDocstring](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring) - Auto generates dosctrings for functions in a range of formats.
11+
* [Arepl](https://marketplace.visualstudio.com/items?itemName=almenon.arepl) - Real time Python scratchpad
12+
* [Python Ident](https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent) - Auto generates dosctrings for functions in a range of formats.
13+
14+
## Do you think any extension is missing here?
15+
Open a Pull Request and I'll be reviewing the extension shortly.
16+
### License
17+
This project is published under MIT License. Read more [here](./LICENSE).
18+
### Issues
19+
If you find any issues, please create them [here](https://github.com/EliazBobadilla/Python-UltiExtension-Pack-VSCode/issues).

img/extensions.png

51.2 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "python-ultiextension-pack",
33
"displayName": "Python UltiExtension Pack",
4-
"description": "Popular VSCode extensions for Python",
5-
"version": "1.0.0",
4+
"description": "Finally an extension package that is constantly updated!",
5+
"version": "1.5.0",
66
"publisher": "eliazbobadilla",
77
"author": {
88
"name": "Eliaz Bobadilla",

0 commit comments

Comments
 (0)