Code-search Find-and-replace

Describe your feature request
Code-search having bulk find-and-replace as well as simply searching
What problem(s) would this feature solve?
Not having to bother replacing each file individually with ctrl+f > replace manually.
Explain what you were trying to do when you came across the problem leading to this feature request
trying to do what i was doing above

1 Like

for now, you could use Shell magic :sparkles:

shopt -s globstar
sed -i 's/find/replace/g' **/*.ts

Where find is a Basic Regular Expression

1 Like

We’re working on this feature! It should be released soon!

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.