For example, I'd like to be able to SSR for field declarations of a certain pattern, and rename them in a certain way. I'd love to be able to write a little Java expression like (Character.toLowerCase(name.charAt(1)) + name.substring(2)) to produce the new name.
For example, I'd like to be able to SSR for field declarations of a certain pattern, and rename them in a certain way. I'd love to be able to write a little Java expression like (Character.toLowerCase(name.charAt(1)) + name.substring(2)) to produce the new name.
Also see http://www.martyandrews.net/blog/2006/10/batch_rename_refactoring_for_i.html