DEV Community

Discussion on: 20 VS Code Extensions You'll Actually Use

Collapse
 
miku86 profile image
miku86

I add:

  • Auto Close Tag
  • Auto Import
  • Auto Rename Tag
  • Code Runner
  • ES7 React/Redux/GraphQL
  • Import Cost
  • indent-rainbow (colorized stripes for indentation!)
  • npm Intellisense
  • path Intellisense
Collapse
 
vip3rousmango profile image
Al Romano

All great additions, I also have npm/path intellisense but not everyone uses NPM so I decided not to add it.

Never headr of indent-rainbow that I'll have to check out for sure!

I used to have Auto Close Tag but I found it rather annoying when doing templating partials.

If you think of others I'll check 'em out!