useful vscode extensions
general
- Aspell
ext install zapu.vscode-aspell
- Code Spell Checker
ext install streetsidesoftware.code-spell-checker
- beautify
ext install HookyQR.beautify
- Code Runner
ext install formulahendry.code-runner
- GitLab Workflow
ext install GitLab.gitlab-workflow
- Graphviz (dot) language support
ext install joaompinto.vscode-graphviz
- markdownlint
ext install DavidAnson.vscode-markdownlint
- PlantUML
ext install jebbs.plantuml
- Pretty Formatter
ext install mblode.pretty-formatter
- GitLens
ext install eamodio.gitlens
- Remote - SSH
ext install ms-vscode-remote.remote-ssh
- GitHub Pull Requests and Issues
ext install GitHub.vscode-pull-request-github
- TextUSM
ext install harehare.textusm
- Open in Application
ext install fabiospampinato.vscode-open-in-application
- draw.io
ext install hediet.vscode-drawio
languages
- C/C++ for Visual Studio Code
ext install ms-vscode.cpptools
- C++ Intellisense
ext install austin.code-gnu-global
- ESLint
ext install dbaeumer.vscode-eslint
- python
ext install ms-python.python
- jupyter
ext install ms-toolsai.jupyter
- jshint
ext install dbaeumer.jshint
- npm
ext install eg2.vscode-npm-script
- TSLint
ext install ms-vscode.vscode-typescript-tslint-plugin
- XML
ext install redhat.vscode-xml
- YAML
ext install redhat.vscode-yaml
- docker
ext install ms-azuretools.vscode-docker
- Cloud Code
ext install GoogleCloudTools.cloudcode
template