开发者

monodevelop shortcuts and auto-code

开发者 https://www.devze.com 2023-01-07 21:03 出处:网络
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.

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

精彩评论

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

关注公众号