DEV Community

Discussion on: Why I switched from VsCode to WebStorm

Collapse
 
msaaddev profile image
Saad Irfan

Hey! It's great that you are using WebStorm. Being a VSCode Power User, I thought I might share some resources for VSCode that can help you to achieve almost the same thing for free (and also other people who are looking to do the same thing but don't want to switch).

Todo Highlight
React Debugger

You can press CMD + Shift + F in VSCode, type in the name of the variable you want to rename. Type the new name and press Ctrl + CMD + Enter and it is going to rename every single instance for you.

replace

Also, I love using VSCode integrated source control. It is quite easy to use. You should check it out. You may like it

Collapse
 
dcastro profile image
Daniel Castro

Thank you for this!