Polaris
Polaris

Reputation: 3793

Refactoring tool

I am using several months ReSharper 4.5 It's very powerfull tool but use a lot of system resources and VS working very slow with it. With which tool I can replace Resharper with the same functionality. Which refactoring tool do you use?

Upvotes: 1

Views: 316

Answers (2)

David Basarab
David Basarab

Reputation: 73341

I love Code Rush Xpress Best part is it is free. There is a paid version.

CodeRush Xpress includes over 50 refactorings, and nearly all work in both C# and Visual Basic. A few refactorings are available in only a single language due to features of that particular language. All refactorings can be split into the following groups:

Changing Signatures Conditionals Declaration and Initialization Expressions Lambda Expressions and Anonymous Methods Loops and Blocks Properties and Fields Moving/Extracting Methods Resource Files and Strings Types Visibility

Upvotes: 2

pms1969
pms1969

Reputation: 3714

There's CodeRush.

Upvotes: 0

Related Questions