views:

1607

answers:

8

So - this is a question to all the Visual Studio users out there - what addons do you use, and can't live without - and why ?

+6  A: 

Just one: ReSharper!

Can't live without it.

Philippe Leybaert
+2  A: 

I don't use any addons. VS is good enough.

Floetic
well try resharper and you will change your opinion :)
Yassir
I did try for a few months. It's great, but not needed really.
Floetic
+4  A: 
  • Resharper or devexpress refactor (pro or express )
  • .NET Reflector
  • AnkhSvn
  • Microsoft StyleCop
Yassir
A: 

I knew someone would beat me to R#, without a doubt the best productivity add-on.

Other than that, AnkhSVN as an SVN client and that's pretty much it. IMHO VS2008 is an excellent IDE that doesn't need to many add-ons.

dxbmatt
+2  A: 

VisualSVN if you're using Subversion. It works amazingly well, and it doesn't mess with Visual Studio's brain-damaged source control bindings.

Philippe Leybaert
VisualSvn is cool but it is not free AnkhSvn 2 would be better :)
Yassir
I had a hard time with AnkhSvn - not being able to connect to various repositories. Finally gave up, spent $49, and with VisualSVN, everything's perfect, the way it should always be!
marc_s
+2  A: 

I use VisualSVN but I heard since v2.0 AnkhSVN is pretty solid, personally for $49 dollars it is a solution I already bought into and has always been stable.

Resharper is a must.

Aside from those two VS2008 provides everything I need. On VS2005 I use CoolCommands to get some things like 'Open Folder in Explorer' from solution explorer too.

I forget... I use Test-Driven.Net plugin to get the right click 'Reflector' and test coverage with NCoverExplorer for the rare times I use it, and the even more rare times when JetBrains implementation of NUnit via their Test runner doesnt work.

mattcodes
A: 

Not an addon but it's manually installed like an addon and overlooked by a lot of developers: SP1 for VS2008. Finally adds background compilation! Also greatly improved Javascript editing.

JulianR
Julian, excuse my ignorance, what do you mean by 'background compilation', not found any noticable difference between RTM and SP1 in this area.
mattcodes
In SP1, whatever you type is immediately compiled to check its validity. Any errors that would normally only surface when you compiled yourself (syntax errors, referencing undeclared variable, wrong types, etc) then show a red squiggle line underneath them. I really missed this feature coming from Eclipse/Netbeans, but it was finally added in SP1.
JulianR
Ah fair enough, I think Resharper has given us this for a long time, but at least it in the base package now.
mattcodes
+1  A: 

First and foremost: CodeRush - absolutely the best and greatest addon there is - even in a FREE FOR ALL version (CodeRush Xpress).

Next: PowerCommands for Visual Studio 2008 - free as well

Others: Only for specific topics, e.g. VisualSVN for Subversion access etc.

Marc

marc_s