Skip to content

Instantly share code, notes, and snippets.

@gfda
Last active September 23, 2021 16:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfda/2c1b7fa76d284ecf1a80aaadfacb9f7c to your computer and use it in GitHub Desktop.
Save gfda/2c1b7fa76d284ecf1a80aaadfacb9f7c to your computer and use it in GitHub Desktop.
Plugins/Extensions for VSCode

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment