0

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 ?

Adrian Godong
  • 8,802
  • 8
  • 40
  • 62
nos
  • 223,662
  • 58
  • 417
  • 506

10 Answers10

11

Just one: ReSharper!

Can't live without it.

Philippe Leybaert
  • 168,566
  • 31
  • 210
  • 223
5
  • Resharper or devexpress refactor (pro or express )
  • .NET Reflector
  • AnkhSvn
  • Microsoft StyleCop
Hannoun Yassir
  • 20,583
  • 23
  • 77
  • 112
2

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
  • 168,566
  • 31
  • 210
  • 223
  • 1
    VisualSvn is cool but it is not free AnkhSvn 2 would be better :) – Hannoun Yassir Jul 12 '09 at 17:29
  • 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 Jul 12 '09 at 20:43
2

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.

1

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
  • 732,580
  • 175
  • 1,330
  • 1,459
1

Visual Assist X - Whole Tomato

Tyler
  • 1,134
  • 1
  • 10
  • 12
0

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

Brian Liang
  • 7,734
  • 10
  • 57
  • 72
0

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
  • 543
  • 3
  • 6
0

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
  • 16,213
  • 5
  • 55
  • 85
  • Julian, excuse my ignorance, what do you mean by 'background compilation', not found any noticable difference between RTM and SP1 in this area. –  Jul 12 '09 at 16:52
  • 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 Jul 12 '09 at 18:12
  • Ah fair enough, I think Resharper has given us this for a long time, but at least it in the base package now. –  Jul 13 '09 at 06:02
0

These tool are very useful

  1. Outliner Power Toy
  2. Power Commands
Rauf
  • 12,326
  • 20
  • 77
  • 126