To install vscode
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
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
- 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
// TODO
s 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