DEV Community

Discussion on: What are your favorite VS Code extensions and why?

Collapse
 
cmstead profile image
Chris Stead

JS Refactor - automated refactorings for JS, TS, React, Vue, etc. I practically can't work without it anymore. 👍

Bracket Pair Colorizer - colors matching brackets and highlights the current captured area between the brackets. It really simplifies staying within the current scope.

Collapse
 
clarkio profile image
Brian Clark 💡

Love me some bracket pair colorizer and really need to look into that JS Refactor one. Thanks for sharing Chris 👍