Is there a Multiple Replace Trick in Webstorm? Follow
Hello guys,
I have to replace some Variables.
For example I have:
$A
$B
$C
The normal way would be:
- Replace $A by Anton
- Replace $B by Berta
- Replace $C by Claudia
But is it possible to replace them all in one? Like …
Replace $A;$B;$C by Anton;Berta;Claudia
I have to this step about 50 times, so it would be genius if I would not have to go the normal way.
Thanks!
Please sign in to leave a comment.
Hi,
as far as I know, there is no such function. On the other hand replacement (refactoring) of variable names is very fast, so you have to do it once 50 times, I guess.