Override/Implement Members in MonoDevelop

后端 未结 2 1644
时光说笑
时光说笑 2021-01-24 04:48

I am working through the pluralsight videos on MonoTouch. At one point, the trainer right clicks on the name of a derived class, and in the \'refactor\' menu there is a functio

相关标签:
2条回答
  • 2021-01-24 05:10

    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.

    0 讨论(0)
  • 2021-01-24 05:12

    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.

    0 讨论(0)
提交回复
热议问题