Sometimes I need to rename a method with a very generic name, such as contains(). I then get the option to search in comments and strings -- but if I use this option I will be presented with every single instance of "contains" in any comment or string.
When I rename a method I would like to have the option to search in the javadoc comment above each method implementation being renamed, and in ordinary comments and strings within each method implementation being renamed (I might have 40 different implementations of contains() in different classes in the hierarchy). _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
