|
2 | 2 |
|
3 | 3 | ## Introduction |
4 | 4 |
|
5 | | -**Please be advised that this project is presently in BETA, thereby it will be updated accordingly.** |
| 5 | +Are you tired of reinstalling extensions on each of your computer(s)? How about when you have to reset computer entirely? Or, how about you're an instructor, a hobbyist, or just "getting your feet wet" in the fine craft of Python programming who does not know which extension(s) to select to get the job done both efficiently and effectively. Regardless, please do not waste time and energy on something so tedious as a process of installing extensions. Extensions are, in a word, awesome! Their premise is to extend the features and functionality of Visual Studio Code. |
6 | 6 |
|
7 | | -## Extensions |
| 7 | +## What extensions will I get by selecting this extension pack? |
8 | 8 |
|
9 | | -* [**Chromodynamics Theme**]: A **VSCode plugin** extends **Python programming** in **VSCode** through *a highly recommended (at least, from yours truly!)* **dark color scheme** from [**MagicStack**](https://github.com/MagicStack). **Note:** This works well with [**MagicPython**](https://github.com/MagicStack/MagicPython), which is included below. :-) |
| 9 | +Glad, that you've asked! Please find the supervening extensions. Of course, I always love to hear your suggestions to improve this extension package. |
| 10 | + |
| 11 | +* [**Chromodynamics Theme**](https://marketplace.visualstudio.com/items?itemName=magicstack.Chromodynamics): A **VSCode plugin** extends **Python programming** in **VSCode** through *a highly recommended (at least, from yours truly!)* **dark color scheme** from [**MagicStack**](https://github.com/MagicStack). **Note:** This works well with [**MagicPython**](https://github.com/MagicStack/MagicPython), which is included below. :-) |
10 | 12 |
|
11 | 13 | * [**Python**](https://marketplace.visualstudio.com/items?itemName=ms-python.python): An official **Microsoft VSCode plugin** that provides support for the **Python programming language** albeit for all actively supported **versions**: **2.7, >=3.6**, including **Functionalities**, such as: |
12 | 14 |
|
|
48 | 50 |
|
49 | 51 | * [**Test Explorer Live Share**](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer-liveshare): A VS Code plugin that serves as the "glue" between the previously mentioned [**Test Explorer UI**](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) and [**Live Share Extension Pack**](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack), respectively. |
50 | 52 |
|
| 53 | +### Descriptions are coming soon! :-) |
| 54 | + |
| 55 | +* [**PyRight**](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright) |
| 56 | + |
| 57 | +* [**Sync Settings**](https://marketplace.visualstudio.com/items?itemName=shan.code-settings-sync) |
| 58 | + |
| 59 | +* [**Code Runner**](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) |
| 60 | + |
| 61 | +* [**Guides**](https://marketplace.visualstudio.com/items?itemName=spywhere.guides) |
| 62 | + |
| 63 | +* [**AREPL for Python**](https://marketplace.visualstudio.com/items?itemName=almenon.arepl) |
| 64 | + |
| 65 | +* [**Python Docstring Generator**](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring) |
| 66 | + |
| 67 | +* [**Kite Autocomplete for Python and JavaScript**](https://marketplace.visualstudio.com/items?itemName=kiteco.kite) |
| 68 | + |
| 69 | +* [**EditorConfig for VS Code**](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) |
| 70 | + |
| 71 | +* [**Code Spell Checker**](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) |
| 72 | + |
| 73 | +* [**GitLens — Git supercharged**](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) |
| 74 | + |
| 75 | +* [**PyDev**](https://marketplace.visualstudio.com/items?itemName=fabioz.vscode-pydev) |
| 76 | + |
| 77 | +* [**TabNine**](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode) |
| 78 | + |
| 79 | +* [**Better Comments**](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) |
| 80 | + |
| 81 | +* [**Bracket Pair Colorizer 2**](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2) |
| 82 | + |
| 83 | +* [**Markdown All in One**](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) |
| 84 | + |
| 85 | +* [**markdownlint**](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) |
| 86 | + |
| 87 | +* [**Markdown TOC**](https://marketplace.visualstudio.com/items?itemName=AlanWalk.markdown-toc) |
| 88 | + |
| 89 | +* [**Prettier - Code Formatter**](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) |
| 90 | + |
| 91 | +* [**Run on Save**](https://marketplace.visualstudio.com/items?itemName=emeraldwalk.runonsave) |
| 92 | + |
| 93 | +* [**YAML**](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) |
| 94 | + |
| 95 | +* [**WakaTime**](https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime) |
| 96 | + |
| 97 | +## Note |
51 | 98 |
|
| 99 | +It is my pledge to update this Extension Package with update extension as needed to perform the job efficiently and effectively. Likewise, the Extensions list will be categorized accordingly in the near future. Cheers! :) |
52 | 100 |
|
| 101 | +## Attributions |
53 | 102 |
|
| 103 | +Thank you for all the developers that built these above referenced extensions. My genuine appreciaion for your hard work and dedication to the developer community. :) |
54 | 104 |
|
55 | 105 |
|
| 106 | +**Please enjoy! Cheers!** |
0 commit comments