Skip to content

Instantly share code, notes, and snippets.

@gagnedan
Last active December 6, 2019 14:58
Show Gist options
  • Save gagnedan/21ee8744d0756e9f7203fadd132c1e8b to your computer and use it in GitHub Desktop.
Save gagnedan/21ee8744d0756e9f7203fadd132c1e8b to your computer and use it in GitHub Desktop.
VS Code Extension
patbenatar.advanced-new-file
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
fosshaas.fontsize-shortcuts
BriteSnow.vscode-toggle-quotes
Zignd.html-css-class-completion
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
octref.vetur
dbaeumer.vscode-eslint
hookyqr.beautify
coenraads.bracket-pair-colorizer
PKief.material-icon-theme
SmukkeKim.theme-setimonokai
wix.vscode-import-cost
WallabyJs.quokka-vscode
esbenp.prettier-vscode
# Install using bash
while read line; do code --install-extension "$line";done <vs-code-extensions.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment