Reputation: 10163
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.
Upvotes: 3
Views: 501
Reputation: 8488
Get yourself a copy of resharper by Jetbrains. Worth every penny and then some.
Upvotes: 4