I'm looking for a solution to:
- store favorite "Find Occurrences of ..." and
- execute them without any more questions by the UI in one stroke
I know the option ALT + 3
-> STRG + E
to open the last Find Usages, but that are only "Find" and not "Replace in Path" actions
Maybe I need to develop a plugin - that could look like this:
DO REPLACEMENTS:
----------------------------------
[X] foo -> bar
[ ] bar -> foo
[X] ): boolean -> ): bool
----------------------------------
[add] [execute] [execute & review]
----------------------------------
but any other ideas are welcome!
Important is to use PhpStorm`s file scopes! Because I would like to use my own custom scope.