I been using resharper 6 trial and I used resharper 5 trail and love the program. However I don't like 2 things about it.

  1. It is expensive
  2. It is a huge resource hog(My CPU usually goes to 100% and half a gig of memory gets used). I know there are some ways to improve this but then your disabling features what kinda sucks.

When it comes down to it there are really only a handful of features I currently use(this could expand of course in the future)

  1. Go to implementation
  2. Extract Interface as a file -> then use Move a file to put it in a folder
  3. Move a file (and update the namespaces)
  4. Introduce variable.
  5. Javascript intellisense (new in 6.0 I believe) // have problems with the built in VS 2010 intellisense hardly ever works for me even if I add the reference files at the top.
  6. Initialize field from parameter.

That is pretty much now. In the future maybe stuff like put in resource file or globalization file.

I think Code Xpress can do some of these things but not 100% sure.

link|improve this question

The personal license for c# or vb.net is $111 - is that really that expensive for such a productivity booster? – Oded Jun 21 '11 at 19:51
@Oded - First that is still very expensive when you got nothing that is going to really recope that loss(if I was a freelancer and it would save me time then ya then probably be nothing). I mean $100 bucks for this tool, 100 for another tool adds up really fast. Also I don't see where it is $111 I see $149. If you want to buy me a copy I won't say no :) – chobo2 Jun 21 '11 at 19:56
If you are a student then you can get a Resharper licence for £37. If you work on an Open Source project then you can get it for free: jetbrains.com/resharper/buy/buy.jsp#openSource – Piers Myers Jun 21 '11 at 21:09
feedback

1 Answer

up vote 2 down vote accepted

Do free plugins exist that could replace resharper?

Short answer, No, not right now.

There are a number of free Extensions for Visual Studio in the Visual Studio Gallery such as Productivity Power Tools and VSCommands 2010 but Resharper provides many more features over and beyond these extensions. (from memory neither of these provide any of the features you list above)

You should check out the most popular Visual Studio Extensions regularly to see what's new.

It is a huge resource hog(My CPU usually goes to 100% and half a gig of memory gets used)

My Visual Studio process usually takes up 1 to 1.5 Gig of RAM. (8 Gig total). You need a decent machine for sure;

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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