vote up 51 vote down star
100

What add-in/setting in Visual Studio can you not live without? Which one improves your productivity or fixes something you can't stand in Visual Studio? Why is it your favorite?

My favorite is aspx edit helper because it does really improve my productivity when working with ASP.NET applications. What it does is provide a quick way to type out server side controls, it automatically fills in runat="server" and id="" and puts your cursor in between the quotes of ID so you can type it in.

Here is a summarized list of all the plugins discussed so far

  1. ASPX Edit Helper - Snippets for editing asp.net
  2. Re-Sharper - Fast Refactoring
  3. Power Commands
  4. Reflector
  5. GhostDoc - Generates XML comments
  6. Visual Assist X
  7. Rock Scroll
  8. TestDriven.NET
  9. NCover
  10. AnkhSVN - SVN Integration
  11. ViEmu - Vim Emulation
  12. VisualSVN - SVN Integration
  13. Theme Generator
  14. Skype Add-in
  15. XML Explorer
  16. Resource Refactoring
  17. Linq2Sql Debugger Visualizer - Easily debug Linq2SQL
  18. Visual Studio File Explorer
  19. Visual Studio Window Manager
  20. TFS PowerToys
  21. Expression Tree Visualizer
  22. StyleCop
  23. Regions Manager
  24. Regionerate
  25. Code Keep - Manage Code Snippets from anywhere
  26. CR Documentor
  27. DXCore Community Plugins
  28. NUnit
  29. CodeRush Xpress
  30. JSLint
  31. NUnit for VS - NUnit integration
  32. Instant Gratification - Tells you how awesome your code is
  33. Entrian Source Search, a Code Search add-in. "Find In Files" on steroids.
  34. Goanna - static analysis for C/C++
  35. StudioTools
  36. USysWare DPack Code Browser - Fast code navigation
flag

58 Answers

1 2 next
vote up 4 vote down check

I couldnt live without instant gratification from OS_BuildResult. (It feels gimmicky, but I havent gotten around to uninstalling and a key feature is that you can start a build with Shift Ctrl B, switch to something else and it prompts when the build is finished). Of course my real answer is a +1 for CodeRush/Refactor Pro

link|flag
vote up 43 vote down

ReSharper! - It blows away the refactoring utils that are built-in to VS, and the default hotkeys as well. Once you get used to it, you'll never want to work on a VS installation that doesn't have it!

And if you use Subversion, VisualSVN is awesome!

link|flag
show 2 more comments
vote up 17 vote down

rockscroll provides a preview of the entire document right next to the scroll bar:

I also like TestDriven.NET because it integrates NUnit for unit testing, NCover for code coverage, and Reflector for disassembling the .NET framework.

link|flag
1  
I dunno, rockscroll... thought about smaller classes? I 'spose something that length is inevitable for a complex view with lots of widget event handlers but... you need to scroll through huge files a lot, really? – Hamish Smith Sep 20 '08 at 22:04
1  
@Nippysaurus, I couldn't do without it. Being able to double click an identifier and instantly see where (or if) it is used in the rest of the file is a real time saver for me. – Benjol Oct 1 at 6:26
show 2 more comments
vote up 16 vote down

AnkhSVN, actually. Especially now that it's an actual SCC plugin.

link|flag
vote up 15 vote down
  • ReSharper is totally amazing. It does everything and it does it well! It's almost impossible to WRITE extremely stupid code, as it warns you about a truly stunning amount of things.
  • PowerCommands for Visual Studio are handy to have around. "Open Containing Folder" and "Collapse Projects" are two features I use constantly.
  • Reflector is an everyday miracle of life.
  • GhostDoc is nice and convenient too as about 50% of the time it makes XML comments automatically that are almost exactly what need to be said and require only minor tweaking
link|flag
1  
The moment I saw "Equalses the obj", I uninstalled GhostDoc and never looked back. – Kyralessa Oct 9 at 21:16
show 2 more comments
vote up 9 vote down

It is vi emulator ViEmu. If you are used to using vim then this is one for VS.NET.

Increases the productivity a lot and i am keyboard freak who hates using mouse.

I have been using it for an year now and it is really stable.

link|flag
vote up 9 vote down

CodeRush & Refactor Pro

link|flag
show 1 more comment
vote up 9 vote down

CR Documentor allows you to preview your XML documentation without having to export them with something like sandcastle.

screenshot of cr documentor

link|flag
vote up 4 vote down

DevExpress CodeRush and Refactor!

link|flag
vote up 4 vote down

Another great Visual Studio add-in is CodeKeep. CodeKeep is a website for storing snippets of code online for use later (kind of like an organized pastebin) and the Visual Studio Add-In integrates with it so you can have all your code snippets synchronized between all your systems.

Here is a screenshot:

alt text

link|flag
vote up 4 vote down

Currently I love using StyleCop for Visual Studio. It is brilliant in assisting with Code Formatting and Rules. ALso it is a free product from Microsoft based on .Net Best Practices. As far as I know it only works for C#,

link|flag
vote up 3 vote down

VisualSVN for source control

link|flag
vote up 3 vote down

Recently started to use this addin from Mindscape.

It has the potential to reduce context switches between VS and Windows Explorer (i.e. to get at Tortoise SVN or something) and has a neat feature that lets you start a command prompt in a directory in you source tree.

link|flag
show 1 more comment
vote up 3 vote down

Reflector

ReSharper

PowerCommands for Visual Studio

AnkhSVN (if you're using Subversion)

VSTS 2008 TFS Power Toys (if you're using TFS)

link|flag
vote up 2 vote down

I just found a great article talking about Ten Essential Visual Studio Add-ins every developer should know about, you can check it out here.

link|flag
vote up 2 vote down

All but one of the Add-ins I use daily have already been mentioned by others, so I'll just throw in the Resource Refactoring Tool. Quite simply, it lets you take any hard-coded string, it creates a resource definition for it, and replaces all instances of that string in the entire project with a reference to the resource. Crazy handy when you have to write code with localization in mind.

link|flag
vote up 2 vote down

When debugging Expression Trees in VS 2008 the Expression Tree Visualizer is great - http://msdn.microsoft.com/en-us/library/bb397975.aspx

link|flag
vote up 2 vote down

The Regions Manager Add-In is great, It allows you to manage regions, move code into new regions or existing ones easily. It helps out a lot if you utilize regions heavily.

Edit: I also stumbled on another really good region manager plugin called regionerate.

link|flag
show 1 more comment
vote up 2 vote down

Linq2SQL Tools Add-in Adds the ability to sync your DBML with your database, its not free though.

link|flag
vote up 1 vote down

I second ReSharper. Can't live without it. The best investment I have made so far (regarding development).

link|flag
vote up 1 vote down

Mostly amusing but I use it every time I reinstall Visual Studio is the Theme Generator, http://frickinsweet.com/tools/Theme.mvc.aspx

link|flag
vote up 1 vote down

One that I have found beneficial from time to time has to be the Skype in Visual Studio. Here is a great tutorial on how to implement it yourself: http://www.codeproject.com/KB/dotnet/Skype_in_Visual_Studio.aspx

It also includes the code so it makes it available to play with your own Visual Studio add in. Which in my opinion is the best part of the article.

A close second would be the following for XPath expressions: http://www.codeplex.com/xmlexplorer

link|flag
vote up 1 vote down

Visual Local History Allows you to have a revision history for local projects that you haven't placed in source control yet. This gives you the ability to keep revisions even when you are creating test/throw away projects.

link|flag
vote up 1 vote down

Also check out: "Pimp My IDE": 101 Visual Studio tips, tricks, and add-ins

link|flag
vote up 1 vote down

DXCore Community Plugins is a collection of plugins built for DXCore (common IDE integration framework)

link|flag
vote up 1 vote down

CodeSpell. Bad spelling looks unprofessional, and is difficult to refactor later in the project.

link|flag
vote up 1 vote down

Re-sharper... now if only my company would buy me a copy.

link|flag
vote up 1 vote down

I love IncrediBuild, a distributed compiling tool.

link|flag
vote up 1 vote down

I love USysWare DPack Code Browser.

It opens a dialog with all available files in your solution with Alt-U. As you type, the available options filters accordingly. It does the same with the functions in the file with Alt-G. It's great!

That's much better than using the anti-navigable Solution Explorer tree.

The only drawback I see, it is a bit slow.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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