Invert method caller with parameter
Answered
Is it possible to switch method caller to become the parameter and vice versa?
Example:
a.call(b) --> b.call(a);
It would be nice a shortcut for this.
thanks in advance.
Please sign in to leave a comment.
Something like that should be possible with https://www.jetbrains.com/help/idea/structural-search-and-replace.html.
It solved my problem completely. But I think that it will maybe be better a specific functionality for this.
Thanks anyway! This helped me much!