Well, as it seems, there is no way of find/replacing other than inside a single method.
As a workaround, I did the following: 1- Committed all my image work in progress; 2- Opened the project structure in an external tool (notepad++ in this case) and did the find/replace there; 3- Committed it using git command line; 4- Back to the image, I did a repair repository from iceberg checking out and ignoring changes to the image (safe because I did commit everything before) If there are many places to change, it is worth. Regards, Vitor On Tue, May 19, 2020 at 12:56 PM Vitor Medina Cruz <vitormc...@gmail.com> wrote: > Hello, > > Is there a way to make find replace in a class scoped way? I can do that > with finder, but I figured only with package scoping. I wanna to change the > name of a variable in multiple methods, and also I would like to regex > replace an expression also in multiple methods. > > Regards, > Vitor >