Visual Studio(和 C#)有哪些类型的 C# 重构选项?
现在阅读了 Martin Fowler 的“重构”,我想知道 Visual Studio 中可用的重构选项(尤其是 Express,尤其是 C#)。内置的IDE好像只有Rename Variable和Extract Method;令人惊讶的是 2003 年(非 Express)有大约六次重构。
除了 IDE 和手动重构之外,还有哪些可用的工具和选项?我主要使用 Visual Studio 的 Express 版本,因此找到不需要 Visual Studio Professional 也能工作的东西是值得称赞的。
Having now read Martin Fowler's "Refactoring," I would like to know what refactoring options are available in Visual Studio (Express especially, and for C# especially). The built-in IDE seems to just have Rename Variable and Extract Method; what's surprising is that 2003 (non-express) has around half-a-dozen refactorings.
What kind of tools and options are available, other than the IDE and refactoring by hand? I primarily use Express versions of Visual Studio, so brownie points for finding something that'll work without Visual Studio Professional.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为自己获取 Jetbrains 的 resharper 副本。值得每一分钱,然后一些。
Get yourself a copy of resharper by Jetbrains. Worth every penny and then some.