Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ / Android Studio - Replace all as refactor

I want to change (Replace All - ctrl + R) text occurrences at the same time refactoring it. Is it possible? Something like: (ctrl + R) + (shift + f6)

like image 612
AppiDevo Avatar asked Mar 19 '26 21:03

AppiDevo


1 Answers

Use "Replace in Path" (Ctrl + Shift + R). It works as simple Replace All in whole project. That means in some scenarios (check my comment to CrazyCoder) we have to use it few times (e.q. one time on resources files, the second time on code files).

like image 148
AppiDevo Avatar answered Mar 21 '26 19:03

AppiDevo