[MonoDevelop] Planning MonoDevelop 1.0
Paulo Aboim Pinto
esqueleto at tusofona.com
Sat Dec 2 12:44:51 EST 2006
> * Text editor: There are several requests/issues to solve:
> * Parameter completion: after typing the name of a method,
> show a popup window with information about the
> parameters the method takes.
> * Remove C#-isms. The code completion engine has several
> C#-isms in the code, which may make it difficult to
> integrate with other languages.
> * Configurable key bindings. That's not specific to the
> editor, but people mostly complain about it. I'm not
> sure we can implement this for 1.0.
> * Refactory operations. We have and under-used refactory
> API. It would be nice to use it to implement some basic
> refactoring operations.
Another good feature about the Text Editor is the possibility to create
the events from a control.
When we put the += symbol in front of a event declaration the text
editor should put the all definition and create the event method.
In VS2005 we make TAB+TAB and the text editor write it down for us; the
declaration + event method declaration.
I don't know if this is hard to implement, but for the 1.0 release will
be a good step for usability.
Regards
Paulo Aboim Pinto
Odivelas - Portugal
More information about the Monodevelop-list
mailing list