vote up 6 vote down star
5

What is your favorite visual studio plugin?

flag

29 Answers

vote up 23 vote down

Resharper http://www.jetbrains.com/resharper/

link|flag
1  
Best. Plug-in. Ever. – Scott A. Lawrence Sep 16 '08 at 18:14
1  
...for managed code development ;). – Terminus Sep 25 '08 at 10:15
vote up 10 vote down

Duplicate

link|flag
vote up 4 vote down

Code Rush and Refactor Pro

link|flag
vote up 0 vote down

The single VS extension I used most often is a few lines of VB linked to a toolbar button that, when pressed, if the current document has a name of the form foo.cpp, opens the file called foo.h in the same directory, and vice versa.

link|flag
vote up 4 vote down

Visual SVN

(maybe not strictly a plug in... but the most essential add on to Visual Studio around)

link|flag
vote up 2 vote down

Resharper: [http://www.jetbrains.com/resharper/index.html]

From their website:

"...Solution-wide error highlighting on the fly, advanced code completion, superior unit testing tools, over 30 advanced code refactorings, multiple handy navigation and search utilities, single-click code formatting and cleanup, automatic code generation and templates, and a lot more productivity features for C#, VB.NET, ASP.NET, XML, and XAML."

link|flag
vote up 5 vote down

RockScroll

link|flag
Agreed. Too bad it doesn't show you location correctly when you have collapse regions in the source. :-( – peSHIr Apr 24 at 10:32
vote up 0 vote down

Definitely ReSharper - I cant go near VS without it.

link|flag
2  
Please do not duplicate answers, that's what an Up Vote is for – John Sheehan Sep 16 '08 at 17:37
vote up 3 vote down

Resharper is nice, but I found it a bit clunky.

I'd say Ghost Doc is the one I used most. Saves a lot of boiler plate doc writing.

link|flag
GhostDoc is cool! – Tor Haugen Mar 13 at 9:12
vote up 1 vote down
  1. Reflector (http://www.testdriven.net/reflector/)
  2. Create GUID :)
link|flag
What does a GUID do? :O – DylanJ Sep 16 '08 at 18:38
vote up 11 vote down

Visual Assist X

link|flag
vote up 2 vote down

ReSharper, clearly :)

link|flag
vote up 2 vote down

Visual Assist, Better Intelisense with Refactoring http://www.wholetomato.com/

link|flag
vote up 1 vote down

dotTrace3.1, R#, GhostDoc, HyperAddin. I know its more then one but hey, they speed up development time fast.

link|flag
vote up 6 vote down

Test Driven .NET

link|flag
vote up 0 vote down

Visual SVN

link|flag
vote up 1 vote down
  1. SmartPaster

  2. AnkhSVN

link|flag
vote up 1 vote down

VisVim ;)

link|flag
vote up 0 vote down

XPathMania - has a window for executing xpaths against the current document in VS.

Needs a bit of a hack to get it working in VS 2008 though.

link|flag
vote up 0 vote down

Definitely Resharper

link|flag
vote up 1 vote down

Most definitely CodeRush+RefactorPro - beats the pants off Resharper! :-)

link|flag
vote up 0 vote down

As already mentioned above: Resharper (www.jetbrains.com). It beats the refactoring and code completion of Visual Studio hands down.

link|flag
vote up 5 vote down

Resharper (but slow sometimes)
ViEmu (just love it)
GhostDoc (a lovely time saver)
Resource refactor tool (dont' use it much, but nice to have it there.)
Power Commands
Source Code Outliner (Resharper's File Structure Window has similar features, but not the filtering capability.)
Regionerate

I really want to try Code Rush out some day. For now, I'm afraid of messing up Resharper and ending up losing time. :)

link|flag
Finally ! A free tool to organize my fields and methods. Thank you for the link to Regionerate. I kept reading threads about C# tools and the only one that seemed to be able to do that was Resharper. I tried Regionerate it's great ! Work straight out-of-the-box :) – Ksempac Jul 23 at 12:42
vote up 1 vote down

DPack is a FREE collection of Microsoft Visual Studio 2005 and 2008 tools. DPack is designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features

DPack includes various browser tools that allow the developer to quickly find solution files, types, particular type members, methods or properties for instance, or quickly find and reference standard .NET framework types. DPack includes greatly enhanced numbered bookmarks feature, various code navigation tools as well as streamlined surround with feature, and much more. See screenshots and learn more about individual features using Features menu.

http://www.usysware.com/dpack/

link|flag
vote up 3 vote down

I use ViEmu and Codekana together. It's a really nice combination!

ViEmu gives you Vi(m) keyboard mappings and Codekana colors the code to make it easier to see what different parts of it is.

link|flag
vote up 1 vote down

Qt Visual Studio Add-in

link|flag
not for everyone, but if you use qt it's a lifesaver – Graphics Noob Sep 14 at 15:39
vote up 0 vote down

Of course Boundschecker!

link|flag
vote up 0 vote down

My favorite is ReSharper (can't do C# without it :), but I'd also recommend DPack.

link|flag
vote up 0 vote down

That would be the one I helped to write. :)

Goanna

It does static analysis of C/C++ code to find bugs as you program.

link|flag

Your Answer

Get an OpenID
or

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