Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phpstorm - is it possible to do mass replacing over multiple files?

Tags:

phpstorm

There's a great function in dreamweaver that lets you perform search/replace over multiple files or folders. I was wondering if that can be done with phpstorm as well?

like image 477
domino Avatar asked Jan 15 '12 15:01

domino


People also ask

How do I replace mass files?

Remove all the files you don't want to edit by selecting them and pressing DEL, then right-click the remaining files and choose Open all. Now go to Search > Replace or press CTRL+H, which will launch the Replace menu. Here you'll find an option to Replace All in All Opened Documents.


1 Answers

Right click on any folder (or project root) and select Replace in path option.

like image 76
Optimus Avatar answered Sep 22 '22 13:09

Optimus