I'd like to rename multiple files(/resources) in Eclipse.
Functionality by order of usefulness:
- Rename files in search results (i.e. search for pattern, see which files match
- Rename files using a regexp which runs on all filenames (e.g.
s/stuff(.*)\.c/stuff\1.c.old/
) - Rename files in the selection in the package explorer (F2 doesn't do this...)
How can I do this? Is there a relevant add-on maybe?