DEV Community

Cover image for Useful plugins to VS Code
Gustavo Dias Alexandre
Gustavo Dias Alexandre

Posted on • Originally published at gist.github.com

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.

ext install <plugin>
Enter fullscreen mode Exit fullscreen mode

Extensions

Generic

beautify-logo

ext install HookyQR.beautify
Enter fullscreen mode Exit fullscreen mode

code-runner-logo

ext install formulahendry.code-runner
Enter fullscreen mode Exit fullscreen mode

codemetrics-logo

ext install kisstkondoros.vscode-codemetrics
Enter fullscreen mode Exit fullscreen mode

eslint-logo

ext install dbaeumer.vscode-eslint
Enter fullscreen mode Exit fullscreen mode

gitlens-logo

ext install eamodio.gitlens
Enter fullscreen mode Exit fullscreen mode

vscode-icons-logo

ext install vscode-icons-team.vscode-icons
Enter fullscreen mode Exit fullscreen mode

For specific languages

Python

jupyter-logo

  • Jupyter - Microsoft - Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.
ext install ms-toolsai.jupyter
Enter fullscreen mode Exit fullscreen mode

pylance-logo

ext install  ms-python.vscode-pylance
Enter fullscreen mode Exit fullscreen mode

python-logo

  • Python - Microsoft - IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.
ext install ms-python.python
Enter fullscreen mode Exit fullscreen mode

SQL

sqlite-logo

ext install alexcvzz.vscode-sqlite
Enter fullscreen mode Exit fullscreen mode

Markdown

markdownlint-logo

ext install DavidAnson.vscode-markdownlint
Enter fullscreen mode Exit fullscreen mode

Themes

dracula-theme-logo

ext install dracula-theme.theme-dracula
Enter fullscreen mode Exit fullscreen mode

theme-omni-logo

ext install rocketseat.theme-omni
Enter fullscreen mode Exit fullscreen mode

Author

Gustavo Dias A.

Top comments (0)