- Home /
Is there any way to batch rename class?
I have a lot of c# classes (inherit from monobehavior or system.object) and I want to batch rename them.
Is there any way to do that?
(I know how to rename a class manually by MonoDevelop's "refactor" > "rename", but how to batch renaming)
Very thanks!
Just FWIW. I'm pretty sure there's no common tool to do this.
I have an answer,
I now only use the amazing http://plasticscm.com for source control
They have a suitably astounding product co$$anonymous$$g, semantic merge
which i BELIEVE will easily do that sort of thing for you, let you mash up stuff. You never know, it may help.
I have reviewed semantic$$anonymous$$erge's features in their website.
This software deals with methods moved, changes, refactors, not mentioned batch rena$$anonymous$$g.
But this software should have ability to do that....
If there is no easier solution, I will install and test it.... (I hope this software have "batch rename class" command in GUI which I could use directly)
Your answer