Day077 — Visual Studio Code Extensions
1 min readMay 17, 2019
Here is the list of Visual Studio Code Extensions I installed
- IntelliJ IDEA Keybindings
- Path Intellisence
- Visual Studio Intellicode
- Settings Sync (with Auto Upload On)
- Debugger for Chrome
- Bracket Pair Colorizer
- Quokka
- GitLens
- HTML CSS Support
- Auto Rename Tag
- Prettier — Code formatter?
- JavaScript (ES6) code snippets
- Turbo Console Log
- indent-rainbow
- Auto-Open Markdown Preview
- Markdown All in One
- ES7 React/Redux/GraphQL/React-Native snippets
VS code setting:
"css.remoteStyleSheets": [
"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
]
reference: