Now that I read Martin Fowler's Refactoring, I would like to know what refactoring options are available in Visual Studio (especially for Express, especially for C #). Apparently, the IDE's inline environment has a rename variable and an extraction method; surprisingly, 2003 (non-express) has about half a dozen refactorings.
What tools and options are available besides the IDE and manual refactoring? First of all, I use the express versions of Visual Studio, so the pie points are for finding something that will work without Visual Studio Professional.
source
share