VS Code
Plugins
Some really helpful plugins.
- Create and Edit Drawio diagrams in vscode:
hediet.vscode-drawio - Markdown preview to display more like github markdown:
bierner.markdown-preview-github-styles - Path completion help from intellisense:
christian-kohler.path-intellisense - Git info in line:
eamodio.gitlens - A plugin collection, helpfull even if you don’t use angular:
johnpapa.angular-essentials - Organise vscode windows by colour:
johnpapa.vscode-peacock - Material icons for vscode: ¯_(ツ)_/¯
PKief.material-icon-theme - Bracket Colouriser!!!
CoenraadS.bracket-pair-colorizer
Installing Plugins
### From the CLI
code --install-extension {extension-name}
For example (installing the drawio extension)
code --install-extension hediet.vscode-drawio