[MonoDevelop] Planning MonoDevelop 1.0
Lluis Sanchez
lluis at ximian.com
Fri Nov 24 07:15:04 EST 2006
> > * Refactory operations. We have and under-used refactory
> > API. It would be nice to use it to implement some basic
> > refactoring operations.
>
> I would really like to see some more refactory operations in MD. Is
> the API documented somewhere? It would be very useful to add some
> renaming operations. And then we could expand with more advanced ones
> later.
It's not documented, but the api is easy to understand. Just take a look
at MonoDevelop.Projects.CodeGeneration.CodeRefactorer. Renaming member
references is as easy as finding all references by calling
FindMemberReferences, and then call Rename for each of them.
Lluis.
More information about the Monodevelop-list
mailing list