Override/Implement Members in MonoDevelop

早过忘川 提交于 2019-12-02 05:50:28

Some of the refactoring features were reorganized or removed (for now) in the rewrite of the code code completion engine that took place for MD 3.0.

You can still access this particular feature two ways:

1) After typing the "override" keyword, MD offers the members you can override/implement. Selecting one will cause it to be stubbed out.

2) You can override many members at once using the "Edit->Show Code Generation Window" command in the class body. This command doesn't have a keybinding on Mac by default, but you can assign one in Preferences.

MonoDevelop 3.0 (and later) removed some features (including a few about refactoring) since they were not as stable, fully functional (complete) or buggy.

The same features (or similar ones) are likely to come back in future releases.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!