vote up 4 vote down star
1

Do you use any of the refactoring tools like DevExpress' Refactor Pro? Which tool do you use and why?

I'm looking for recommendations. Ideally I'd like open source tool that works with VB and C# inside VS2005 and VS2008. If I had to narrow down my list of ideals, I would purchase something for VS2008. Not sure on the language choice, probably VB for now.

flag

71% accept rate

4 Answers

vote up 11 vote down

I can't recommend ReSharper highly enough. It's not free or open source though. Starts from $US199 for the personal edition that works with both C# and VB.NET

link|flag
agree++ on Resharper. It makes nearly impossible refactorings almost trivial and implements a good sense of how code can be improved. – Jekke May 13 at 22:17
1  
Unfortunately, ReSharper doesn't like big solutions, Visual Studio bogs down into an unusable state when I open my class library, even with solution-wide analysis turned off. DevExpress tools doesn't have that problem though. – Lasse V. Karlsen May 13 at 22:18
I've found that if you have enough memory, ReSharper works reasonably well with large solutions. Still, I tend to create a "meta-solution" when I'm refactoring public members used in multiple solutions. Other than that, I do try to keep solutions down to 1 dozen projects or so. – John Saunders May 13 at 22:27
1  
+1 my employer wouldn't purchase me a copy so I purchased my own and I would recommend anyone to do the same! – Jon Erickson May 13 at 22:44
1  
The performance of ReSharper 4.5 is improved significantly over previous versions...worth upgrading if you're having slowdown issues. – Richard E May 13 at 22:49
show 1 more comment
vote up 5 vote down

CodeRush Xpress for VS2008 is free

There is also a series of webcasted tutorials available

link|flag
I recommend CodeRush over ReSharper on my own experience. Resharper made VS2008 really unusable to the point that I had to uninstall it. There is a big issue with a large solution, which is hard for me to troubleshoot. – CodeToGlory May 13 at 23:13
vote up 3 vote down

For an alternative to ReSharper, try DevExpress Refactor! Pro.

link|flag
Refactor Pro!, along with CodeRush (Refactor! comes with it IIRC), are simply awesome and the visual eye candy is sweet. I wouldn't mind trying ReSharper but haven't gotten around to it. I'm probably a little biased; I attended Mark Miller's session at a codecamp and watching him work his magic got me hooked. – Ahmad Mageed May 13 at 22:55
I have licenses for both Refactor! Pro and ReSharper, and I actually like ReSharper more, but I find it a bit unstable when I work on big solutions, like my class library, but I swapped back to ReSharper now and it actually seems to run stable for now, so perhaps it conflicted with another addin I have had installed, not that I know what that would be. Personally I don't install CodeRush though, I find all the eye-candy it brings a bit too much. – Lasse V. Karlsen May 13 at 23:00
vote up 2 vote down

Big tick for Resharper, not only a productivity booster with on-the-fly error checking, but also on-the-fly suggestions on cleaner/better ways of doing things, including new naming convention suggestions in latest version. A tool that teaches.

link|flag
+1 for "a tool that teaches", especially for some of the C# syntax changes in .NET 3.5 – Richard E May 13 at 22:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.