views:

631

answers:

8

I'm considering purchasing a resharper license but would like to know if there are any possible alternatives to resharper and how would you rate these compared to reharper?

It doesn't necessarily have to be a free alternative but I would just like to know how good equivalent products are.

+18  A: 

The main alternative is:

  • CodeRush, by DevExpress. Most consider either this or Resharper the way to go. You cannot go wrong with either. Both have their fans, both are powerful, both have talented teams constantly improving them. We have all benefited from the competition between these two. I won't repeat the many good discussions/comparisons about them that can be found on Stackoverflow and elsewhere.

Another alternative worth checking out:

  • JustCode, by Telerik. This is new, still with kinks, but initial reports are positive. An advantage could be liscensing with other Telerik products and integration with them.
Patrick Karcher
Resharper WTF. WOOOO
James L
@James L: I don't know what your comment means, but you seem very passionate about something, so I support you! Rock on, brother!
Patrick Karcher
I think he meant "Resharper FTW"? In any case, I agree with the WOOOO. It just feels so good to give a good WOOOOO on a Friday. WOOOOO!
Bradley Mountford
Haha I did mean FTW. I'm not very good at this sort of thing
James L
+1  A: 

There's also JustCode from Telerik.

Anna Lear
Which you can get for free with 10K reputation.
SLaks
@SLaks: Huh????
Brian
@Brian: http://meta.stackoverflow.com/questions/20849/thanks-to-both-stackoverflow-and-telerik-for-the-awesome-promotion
SLaks
@Brian: Check out http://meta.stackoverflow.com/questions/20849/thanks-to-both-stackoverflow-and-telerik-for-the-awesome-promotion/20919#20919...you can see the information there. It's a very nice deal.
Beska
@SLaks: Was that promo just for last September, or is there still a way to get it?
Eric J.
@Eric: [No; sorry](https://www.telerik.com/registration-login/stackoverflowregistration.aspx)
SLaks
+7  A: 

Keep in mind that with Visual Studio 2010 you may not need/want any addon, a lot of the R# features were added into the VS2010 core features. ReSharper, CodeRush, etc have other features above and beyond Visual Studio for sure, but see what's been added vs what you need, it could be that the core install takes care of what you are interested in now.

I personally use ReSharper 5 still as it has many uses, for me. What each coder finds most important though varies widely, you'll have to test each for yourself, luckily all the alternatives have trial periods as well.

Nick Craver
Do you know if this include StyleCop compliant code reformatting?
amelvin
+1 Not because I agree - I find resharper shortcuts dramatically cut the time to perform certain tasks. Rather because it is good advice to encourage users to check out the new features in the IDE.
Daniel Dyson
@amelvin - I know there were several improvements to the templates for StlyeCop at least, whether StyleCop 4.3+ likes the default formatting I'm not sure...we don't run StyleCop, hopefully someone who does can post more info.
Nick Craver
@amelvin - There is a StyleCop plugin for Resharper @ http://stylecopforresharper.codeplex.com/
Wallace Breza
@Wallace Breza - a plugin for a plugin
Zaps
@downvoter - care to comment?
Nick Craver
+7  A: 

CodeRush (http://www.componentsource.com/products/coderush-visual-studio-net/index-gbp.html). Also, Scott Hanselman has a nice post comparing them:

http://www.hanselman.com/blog/ReSharperVsCodeRush.aspx

Ardman
That article is 6 years old. I'm sure both products have moved on enough that the comparison isn't entirely valid anymore.
Anna Lear
Thanks for that :o)
Ardman
+2  A: 

Visual Assist X.

Brian
+1, an omission in my answer. And you made your own answer community wiki? Now that's community. I'm going to look at our other answers and get you some dang reputation for this. . .
Patrick Karcher
@Patrick: I feel like voting will be based on what people consider the quality of the tools. Good tools *should* be at the top, but I don't think that warrants reputation.
Brian
+1  A: 

I think that CodeRush has a free, limited version, too. I ended up going with Resharper, and I still recommend it, even though some of the functionality is in VS2010. There are just some things that make it worth it.

Keep in mind that you don't need the full Resharper license if you only code in one language. I have the C# version, and it's cheaper.

adimauro
+1  A: 

A quick google search also threw up BrockSoft VSAid. This is mainly used for finding files in a solution.

Zaps
+2  A: 

VSCommands - not an alternative per se, but rather a complementary tool with plenty of unique features not available in ReSharper/CodeRush/JustCode

From the website:

IDE Enhancements

* Custom Formatting
      o Build Output 
      o Debug Output 
      o Search Output 
* Solution Properties
      o Manage Reference Paths 
      o Manage Project Properties 
* Apply Fix
      o File being used by another process 
      o StyleCop warnings
      o Importing .pfx key file was cancelled 
* Search Online
* Cancel Build When First Project Fails
* Advanced Zooming 

Solution Explorer Enhancements

* Prevent Accidental Drag & Drop
* Prevent Accidental Linked Item Delete
* Group / Ungroup Items
* Show Assembly Details
* Build Startup Projects
* Open Command Prompt
* Open PowerShell
* Locate Source File
* Open File Location
* Show / Hide All Files
* Edit Project / Solution File
* Copy / Paste As Link
* Copy / Paste Reference
* Open In Expression Blend
* Collapse All
* Clean All Build Configurations 

Debugging Assistance

* Attach To Local IIS
* Debug As Administrator
* Debug As Normal user
* Debug As Different user 

Code Assistance

* Create Code Contract 
iggi123