开发者

monodevelop shortcuts and auto-code

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

In eclipse when i crea开发者_运维知识库te a class, eclipse auto-generates all stub methods from extended class or implemented interface.

How i can obtain same job in monodevelop?

Thanks


As an alternative, you can press Alt+Insert to bring up a code generation quick-menu with the option of implementing interface methods (among other features).

Note that you need to have the character cursor in the body of the class, that implements the interface that you want to create stub methods from.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜