Skip to content

Instantly share code, notes, and snippets.

@brunolm
Created June 24, 2016 17:00
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 brunolm/8ba995d9a7814aee0d2761185adef220 to your computer and use it in GitHub Desktop.
Save brunolm/8ba995d9a7814aee0d2761185adef220 to your computer and use it in GitHub Desktop.
Visual Studio Code Extensions

VSCode

Windows

To install vscode

Linux

To install vscode:

curl -L https://go.microsoft.com/fwlink/?LinkID=760868 > /tmp/vscode.deb
sudo dpkg -i /tmp/vscode.deb && sudo apt-get install -f

Extensions

Some useful VSCode Extensions (exported with code --list-extensions v1.2.0+)

code --install-extension aeschli.vscode-css-formatter
code --install-extension donjayamanne.githistory
code --install-extension EditorConfig.EditorConfig
code --install-extension eg2.tslint
code --install-extension HookyQR.beautify
code --install-extension MattiasPernhult.vscode-todo
code --install-extension PeterJausovec.vscode-docker
code --install-extension seanmcbreen.Spell
code --install-extension Shan.code-settings-sync
code --install-extension stevencl.addDocComments
code --install-extension Tyriar.lorem-ipsum
code --install-extension wmaurer.change-case
code --install-extension zhutian.swig

Description

  • aeschli.vscode-css-formatter: Format CSS code
  • donjayamanne.githistory: View Git file/line history
  • EditorConfig.EditorConfig: Automatically apply some formatting rules
  • eg2.tslint: Lint for TypeScript
  • HookyQR.beautify: Formats HTML, JS, CSS
  • MattiasPernhult.vscode-todo: View // TODOs in your code
  • PeterJausovec.vscode-docker: Autocomplete and validation for Docker files
  • seanmcbreen.Spell: Spelling Corrector
  • Shan.code-settings-sync: Sync settings across different machines
  • stevencl.addDocComments: Add JSDoc to selection
  • Tyriar.lorem-ipsum: Generates lorem ipsum text
  • wmaurer.change-case: Change selection case
  • zhutian.swig: Support for .swig files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment