开发者

What Kind of C# Refactoring Options Exist for Visual Studio (and C#)?

开发者 https://www.devze.com 2023-01-27 03:53 出处:网络
Having now read Martin Fowler\'s \"Re开发者_开发技巧factoring,\" I would like to know what refactoring options are available in Visual Studio (Express especially, and for C# especially). The built-in

Having now read Martin Fowler's "Re开发者_开发技巧factoring," 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.


Get yourself a copy of resharper by Jetbrains. Worth every penny and then some.

0

精彩评论

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