Invert method caller with parameter
已回答
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.
请先登录再写评论。
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!