Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 29, 2021 10:36 pm GMT

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>

Extensions

Generic

beautify-logo

ext install HookyQR.beautify

code-runner-logo

ext install formulahendry.code-runner

codemetrics-logo

ext install kisstkondoros.vscode-codemetrics

eslint-logo

ext install dbaeumer.vscode-eslint

gitlens-logo

ext install eamodio.gitlens

vscode-icons-logo

ext install vscode-icons-team.vscode-icons

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

pylance-logo

ext install  ms-python.vscode-pylance

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

SQL

sqlite-logo

ext install alexcvzz.vscode-sqlite

Markdown

markdownlint-logo

ext install DavidAnson.vscode-markdownlint

Themes

dracula-theme-logo

ext install dracula-theme.theme-dracula

theme-omni-logo

ext install rocketseat.theme-omni

Author

Gustavo Dias A.


Original Link: https://dev.to/gfda/useful-plugins-to-vs-code-32o5

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To