DEV Community

Discussion on: 14 VSCode Extensions That Will Improve Your Productivity

Collapse
 
nicoespeon profile image
Nicolas Carlo

Hey, thank you Thomas for sharing these!

"Bracket Pair Colorizer" & "Bookmarks" are probably the two from the list that I can't work without anymore 😁

You made me discover "Regex Previewer", it looks very useful. It could definitely save me time from going to regex101.com to check RegExp magic.

I'd also like to suggest people to try an automated refactoring extension. These can save you precious time and make you more productive working with existing code.

If your language is JS / TS, you can have a look to:

Again, thank you for sharing and have a nice day!

Collapse
 
tdmoor profile image
Thomas De Moor

Happy you found a new useful extension! And both automated refactoring extensions look useful. Thanks for sharing.