vote up 51 vote down star
96

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

prev 1 2
vote up 0 vote down

Trac Explorer provides integration with Trac from within Visual Studio. This is a must have for any shop thats using Trac.

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 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 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 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 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 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 9 vote down

CodeRush & Refactor Pro

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

Roland Weigelt's GhostDoc

link|flag
vote up 0 vote down

Visual Studio Window Manager allows you to manage and save window layouts for visual studio, this is very helpful for me because I like to hide all my toolbars by default, but sometimes to are helpful to have around.

link|flag
vote up 0 vote down

If you are a Linq2SQL user, the Linq 2 SQL Debugger Visualizer is a must have.. You can get it 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

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 0 vote down

I'll cast another vote for both ReSharper and Visual Assist X. Both are great tools that greatly add to the Visual Studio experience in significant ways that have to be experienced to fully appreciate. I use both and appreciate both of them. I have used Visual Assist X for several years, and wouldn't want to program without it. I just started to use ReSharper, and I have become a huge fan of it, after using it to go through all my .Net code and correcting all the little code issues that it found, and my code was much better afterwards, and it even helped me find a potential bug or two that had remained hidden for quite some time, as well as identifying variables and code blocks that would never be executed, so they could be excised.

So, despite the ramble, I wholeheartedly vote for both ReSharper and Visual Assist X.

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 0 vote down

My eyes are much happier since I started using the zenburn fonts and colours scheme. Soothing.

link|flag
vote up 3 vote down

VisualSVN for source control

link|flag
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 0 vote down

I actually have a favorite setting: Since i installed dark theme on my VS i'm getting the code from totally different point of view. And i like it.

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 16 vote down

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

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 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 4 vote down

DevExpress CodeRush and Refactor!

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

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

link|flag
vote up 42 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
prev 1 2

Your Answer

Get an OpenID
or

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