java - Shortcut to remove the first parameter of a function everywhere it is called -
we evaluating intellij idea 14.1.4 our project based on java. have remove first parameter of few functions, because of no use. problem each of these functions called more 50 times in entire project. have manually remove first parameter everywhere function called? there shortcuts?
you can "change signature" feature (ctrl+f6).
Comments
Post a Comment