I have a class with about 50 fields. They are named roughly like this:
config__write_better_code
I want them to look like this instead and not have to rename them all manually:
Config$WriteBetterCode
I'm using eclipse, but anything that can rename the code is welcome.