Skip to content

Instantly share code, notes, and snippets.

@JasonAMartin
Last active January 5, 2020 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonAMartin/74938b01ded3315422584101ff5b6b26 to your computer and use it in GitHub Desktop.
Save JasonAMartin/74938b01ded3315422584101ff5b6b26 to your computer and use it in GitHub Desktop.
VS Code Packages
last updated: August 10,2017
Listing of packages I like to install.
Obtained by running:
$ code --list-extensions
Use sort on the command line (Linux) to alphabetize your display.
$ code --list-extensions | sort
anseki.vscode-color
chenxsan.vscode-standardjs
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
CoenraadS.bracket-pair-colorizer
donjayamanne.githistory
EditorConfig.EditorConfig
eg2.tslint
Equinusocio.vsc-material-theme
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
HookyQR.beautify
humao.rest-client
joelday.docthis
johnpapa.Angular2
johnpapa.angular-essentials
keyring.Lua
kisstkondoros.vscode-codemetrics
msjsdiag.debugger-for-chrome
natewallace.angular2-inline
naumovs.color-highlight
octref.vetur
PKief.material-icon-theme
robertohuertasm.vscode-icons
robinbentley.sass-indented
Tyriar.sort-lines
If you're not sure how to install, just hit CTRL+P in VS Code and type in "ext install NAME".
For example: ext install angular-essentials
@JasonAMartin
Copy link
Author

install-extensions:
cat extensions.txt | xargs -L 1 code --install-extension

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