Search code examples
eclipsemonodevelop

monodevelop shortcuts and auto-code


i'm using MonoDevelop after used Eclipse for several years.

In eclipse when i create a class, eclipse auto-generates all stub methods from extended class or implemented interface.

How i can obtain same job in monodevelop?

Thanks


Solution

  • Use the context menu on the base class/interface name in the class declaration.