是否有 Monodevelop 插件可以帮助重构?

发布于 2024-08-10 11:15:29 字数 86 浏览 2 评论 0原文

Linux环境下有哪些类似于Visual Studio / DevExpress / Resharper的重构工具?具体来说,我对全局重命名和方法生成感兴趣。

What refactoring tools similar to Visual Studio / DevExpress / Resharper are available for the Linux environment? Specifically I'm interested in the global renaming and method generation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

佼人 2024-08-17 11:15:29

MonoDevelop 2.2 支持多种现成的重构操作:

  • 使用预览进行重命名重构
  • 解析命名空间
  • 提取方法 声明局部变量
  • 集成临时
  • 变量 引入常量 将类型移动到自己的
  • 文件 删除未使用的使用 排序使用
  • 创建/删除后备存储 内联
  • 重命名 接口和虚拟方法的生成覆盖一代
    构造函数

MonoDevelop 2.2 supports several refactoring operations out of the box:

  • Rename Refactoring with Preview
  • Resolve Namespace
  • Extract Method Declare Local Variable
  • Integrate Temporary Variable
  • Introduce Constant Move Type to Own
  • File Remove Unused Usings Sort Usings
  • Create/Remove Backing Store Inline
  • Rename Generation of interface and virtual method overrides Generation
    of constructors
落花浅忆 2024-08-17 11:15:29

似乎没有,但你可以快速编写自己的:
http://monodevelop.com/Developers/Articles/Refactoring

It doesn't seem to be any, but you can quickly compose your own:
http://monodevelop.com/Developers/Articles/Refactoring

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文