[MonoDevelop] WelcomePageView - the 'Save As...' problem

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Jun 7 08:00:22 EDT 2006


On 6/7/06, Pascal Fresnay <pascalfresnay at free.fr> wrote:
> Juste click on interface name, a small inline help menu (a small
> rectangle under the first letter) provides you two commands : "implement
> interface 'foo'" and "explicitly implement inteface 'foo'". Prototypes
> for all methods and properties are generated.
> When you type an unaccessible type (missing using), you can find another
> small inline help menu that allows you to insert "using System.Thing" or
> to replace type reference by "System.Thing.Class".
> Another very cool feature of Visual Studio is auto-completion of adding
> delegate to event. If you write :

Yeah, I was just about to point those exact same things out before I
read your email :-) Great features, I'd love to have them. The little
drop-down menus are called "Smart tags".

Another one I miss is autocompletion after the "new" keyword, based on
the declared type. It would also be nice to have a listing of the
constructor overloads.


Michael


More information about the Monodevelop-list mailing list