ashes999
ashes999

Reputation: 10163

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

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

Answers (1)

Darren Lewis
Darren Lewis

Reputation: 8488

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

Upvotes: 4

Related Questions