My supervisor has asked that I change the syntax of my code. For example, I have been using ALL_CAPS for my constants but instead he wants to me to use PaschallCaseSyntax. It wouldn't be a big deal if it was just one or two or even 100 variables. But instead it's the entire project with hundreds of files that I have been working on for 2 years. Furthermore, just because I know his personality, I am certain he is going to change his mind in a month. I need a way to change the syntax automatically for my variables. Refactoring is wonderful but not wonderful enough. My fingers are getting tired from refactoring thousands of variables. Is there a plugin or third party tool I can use to make this faster?
For example
set public const to XxxXxxXxx from XXX_XXX_XXX
set private string to x_xxxXxxXxx from x_XxxXxxXxx