Day077 — Visual Studio Code Extensions

Jacky Tsang
1 min readMay 17, 2019

--

Here is the list of Visual Studio Code Extensions I installed

  1. IntelliJ IDEA Keybindings
  2. Path Intellisence
  3. Visual Studio Intellicode
  4. Settings Sync (with Auto Upload On)
  5. Debugger for Chrome
  6. Bracket Pair Colorizer
  7. Quokka
  8. GitLens
  9. HTML CSS Support
  10. Auto Rename Tag
  11. Prettier — Code formatter?
  12. JavaScript (ES6) code snippets
  13. Turbo Console Log
  14. indent-rainbow
  15. Auto-Open Markdown Preview
  16. Markdown All in One
  17. 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:

--

--

No responses yet