I have several pages of code that need to have naming styles reinforced, e.g. use fooBar instead of FooBar for local variables. I don\'t want to co
R# has an SDK. Perhaps you can add a cleanup option via this:
http://confluence.jetbrains.com/display/NETCOM/2.07+Code+Cleanup+%28R8%29
(I'm doing a mass naming refactor as well, but have only just started looking into writing something in their API. Don't know if this will work yet, or the effort involved.)