Useful plugins to VS Code
Some useful plugins/extensions for VSCode IDE.
Tip
To install the plugins quickly, launch VS Code Quick Open (Ctrl + P), paste the command and press Enter.
1
2
3
|
ext install <plugin>
|
Extensions
Generic
1
2
3
|
ext install HookyQR.beautify
|
1
2
3
|
ext install formulahendry.code-runner
|
1
2
3
|
ext install kisstkondoros.vscode-codemetrics
|
1
2
3
|
ext install dbaeumer.vscode-eslint
|
1
2
3
|
ext install eamodio.gitlens
|
1
2
3
|
ext install vscode-icons-team.vscode-icons
|
For specific languages
Python
- Jupyter - Microsoft - Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.
1
2
3
|
ext install ms-toolsai.jupyter
|
1
2
3
|
ext install ms-python.vscode-pylance
|
- Python - Microsoft - IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.
1
2
3
|
ext install ms-python.python
|
SQL
1
2
3
|
ext install alexcvzz.vscode-sqlite
|
Markdown
1
2
3
|
ext install DavidAnson.vscode-markdownlint
|
Themes
1
2
3
|
ext install dracula-theme.theme-dracula
|
1
2
3
|
ext install rocketseat.theme-omni
|