I have been using this extensions for my work and found it really helpful so I felt that it would be good to share.
Change-case
Quickly changes the case of the current selection or current word.Color Highlight
Love that one! Highlights web colours in your editorgeneract
Generates React components by replicating your own!Live Share
Is the perfect tool for live pair-programmingECMAScript Quotes Transformer
A simple quotes helper for JavaScript and TypeScript.
Top comments (2)
Hey Vicky, thanks for sharing your list. You may wanna try this little extension of mine too :) I've just released a new version.
yatki / vscode-surround
🔥A simple yet powerful extension to add wrapper templates around your code blocks
Surround
A simple yet powerful extension to add wrapper snippets around your code blocks
Features
Demo 1: Choosing a wrapper snippet from quick pick menu
Demo 2: Wrapping multi selections
How To Use
After selecting the code block, you can
to get list of commands and pick one of them.
List of commands
surround.with
(ctrl+shift+T)surround.with.if
surround.with.ifElse
surround.with.tryCatch
Cheers, 🚀🖖
Nice one Mehmet thank you!! will do, looks really useful!