[MonoDevelop] Create Method Refactoring

Vladimir Giszpenc vgiszpenc at dsci.com
Mon Oct 5 11:21:04 EDT 2009


Hi,

My expectations are probably misplaced but one can always ask...

If you write some code that expects a string.

void DoStuff (string blah)
{
}

Later you write
	DoStuff (GetStringFunction ());

You then right click on GetStringFunction and choose Refactor -> Create

It would be nice if it was smart enough to figure out I want it to
return a string instead of a void.  Am I just being way too lazy?  If
someone seconds my request, I will file an enhancement request.

Thanks,

Vlad


More information about the Monodevelop-list mailing list