vote up 1 vote down star

Duplicate of: Using Resharper…Time Saver?

(and others)


I have been hearing alot about the resharper product and I have read the benefits on their website.

I would like to know from actual users of the product what they consider to be the invaluable & cannot live without benefits.

Are the benefits worth the purchase especially if you were paying for it yourself?

flag

There are already numerous postings here about the benefits and user needs of Resharper. – Pat Feb 24 at 4:18

closed as exact duplicate by amdfan, John, JaredPar, Gulzar, Shog9 Feb 24 at 5:11

3 Answers

vote up 1 vote down check

Each programmer that uses this tool will have different things that they like. So, I can only speak for myself.

Refactoring

It does it better than the the built-in Visual Studio refactorings.

Code Check

This is my favorite feature. It checks your code for common problems before you build. This catches a lot of stuff, plus it is customizable. It will mark the problems it sees with icons on the right gutter, and use squiggly underlines. This is also customizable. On the top of the right gutter you have a block with red (will not compile), yellow (some problems), and green (A-OK).

We can all describe all of our favorite features, but the best thing you can do is to download a trial and try it out.

link|flag
vote up 3 vote down

Numerous postings on this already. Suggest taking a peak at these and getting it so long as you can stand the interface/suggestions.

http://stackoverflow.com/questions/76499/what-is-your-favorite-use-of-resharper http://stackoverflow.com/questions/246581/resharper-has-it-changed-your-programming-life
http://stackoverflow.com/questions/2253/is-resharper-worth-the-adjustment-is-there-a-good-tutorial-for-4
http://stackoverflow.com/questions/169310/using-resharper-time-saver

link|flag
Also see the "Related" column to your right. – amdfan Feb 24 at 4:22
vote up 0 vote down

I have been an IntelliJ Idea (Java IDE also made by jetbrains) User for some time and using resharper made the switch from Java to C# much easier.

link|flag

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