I need to process a large C++ codebase, renaming pretty much everything (classes, parameters, fields, methods, etc.). Do you know of any tools that could assist me in this job (apart from a text editor and a coffee maker)?
I need to process a large C++ codebase, renaming pretty much everything (classes, parameters,
Share
If you are using Visual Studio then you can use the plugin Visual Assit X for refactoring your code.
For indentation purposes you can use indent utility.