DEV Community

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

Collapse
 
maxbvrn profile image
Maxime Bouveron • Edited

Apart from the usual well-known ones (GitLens etc.)

  • ECMAScript Quotes Transformer - Lets you toggle between the three types of quotes. Perfect when binded to Ctrl/Cmd + '

  • Find-Jump - Press a key combination, start writing the characters you want to jump to, press the keys shown next to your jump target and tadam, you can easily go anywhere in your code without using your mouse, arrow keys or read 3 books about VIM keybindings.

Collapse
 
clarkio profile image
Brian Clark 💡

These are both quite interesting. Didn't realize there was so much toggling between quote types as @Marcelo Alves also shared something similar called Toggle Quotes. Maybe I need to dig into this more haha. Thanks for sharing Maxime 👍