DEV Community

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

Posted on • Originally published at gist.github.com

6 1

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.

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay