[MonoDevelop] Refactoring

John Luke john.luke at gmail.com
Thu Jun 30 21:57:48 EDT 2005


Hello,
On Fri, 2005-07-01 at 00:12 +0200, Ben Motmans wrote:
> Hi,
> 
> Like some of you already know, i'm working on refactoring support in
> MonoDevelop.
> Now, my question to you all is, how should the refactoring behave in MD ?
> 
> my current ideas (some of them are partially implemented):
The above looks like a good approach to me, but I have not really used
refactoring with any other IDEs yet so I don't have much to comment.

   - since the C# parser in monodevelop isn't completely finished, i
> have no idea how long it is going to take to finish refactoring
> support, since i never looked at the parser service in detail i was
> hoping i could get some help with it, or maybe port the changes in the
> parser from sharpdevelop into monodevelop (if there are any changes)
> 
"Complete" is a difficult word.  Most things in the base C# parser
(ICSharpCode.SharpRefactory) for C# < 2 should be relatively complete.
I am less familiar with the portion in MonoDevelop.Base and
CSharpBinding, but if you need help with any of this please file a bug
and/or post to the list specific questions/issues and it should work
itself out (i.e. don't try to fix it all yourself).



More information about the Monodevelop-list mailing list