vote up 58 vote down star
69

Freebies preferred, but if it is worth the cost....

flag

70 Answers

vote up 0 vote down
  • Resharper (Agree it sucks you have to pay extra to get this, but well work the money)
  • GhostDoc (Takes away any excuse for not having comments in your code)

  • PowerCommands for VS 2008 (Forgot I even had this installed because it just adds a the little things that should have been there all along)

link|flag
vote up 0 vote down

I use a lot the Fogbguz plug in but well you need to use Fogbugz first !!!

link|flag
vote up 0 vote down

I just found this rather large list of addins:

http://geekswithblogs.net/brians/archive/2008/05/12/122087.aspx

link|flag
vote up 0 vote down

+1 for VisualSVN being better than AnkhSVN, having tried both, and +1 for the FogBugz Add-in.

link|flag
vote up 0 vote down

Ghost Docs

GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments for C#. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters.

link|flag
vote up 0 vote down

KingsTools is also a nice collection of macros containing:

  • Run Doxygen
  • Insert Doxygen comments
  • Build Solution stats
  • Dependency Graph
  • Inheritance Graph
  • Swap .h<->.cpp
  • Colorize
  • } End of
  • #region/#endregion for c++
  • Search the web
link|flag
vote up 0 vote down

In addition to the refactoring and source control tools listed here, AQTime is a great windows profiler. It can run as a plugin or stand-alone and it works with .NET and native code.

link|flag
vote up 0 vote down

I found this site called Visual Studio Gallery - it has a lot of visual studio add-ins. I'm browsing it right now and I recommend everyone to visit it.

link|flag
vote up 0 vote down

XPathmania is a good little tool for writing and testing XPath queries.

link|flag
vote up 0 vote down

I'm always amazed that more people don't know about/use NDepend - it shows all dependecies at every level of your code, and will even draw pretty box and arrow pictures showing how confused your architecture really is :) Together with TestDriven.Net, I can't imagine working without it any more. Free/cheap.

link|flag
vote up 0 vote down

A lot of the mentioned Addins are used by me on a regular basis. Here are just a few I I estimate, too:

All three are free and highly recommended (by me).

link|flag
vote up 0 vote down

I 2nd VisualAssist, been using it since V6, can't live without it...

I see no one has mentiond CoolCommands: http://geekswithblogs.net/brians/archive/2007/03/04/107922.aspx

Great set of time savers...

link|flag
vote up 0 vote down

Code Style Enforcer Lets you define a .NET code style (with some degree of flexibility) and underlines violations. Has context-menu options to change the code to match the style. Requires DXCore, which is linked from the Code Style Enforcer page. Both are free.

link|flag
vote up 0 vote down

definetly +1 for VisualAssistX (cannot work without it anymore & it's worth all the money) and +1 for VisualSVN

link|flag
vote up 0 vote down

If you are looking for a better code editor, vim comes with VisVim, a plugin to replace the VS code editor with vim.

link|flag
vote up 0 vote down

Definitely Resharper.

link|flag
vote up 0 vote down

Not really an addon inside VS, but one every VS use needs: Code Preview Handler Provides a preview handler with syntax highlighting for source files. The handler works in the Explorer preview pane and in the preview tab for attachments in Outlook.

link|flag
vote up 0 vote down

Source Monitor code analysis tool

Direct download link

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

Resharper. It's the best productivity tool for any software engineer! TestDriven.Net is pretty good too. and GhostDoc.

link|flag
vote up 0 vote down

VLINQ LINQPad is essential, but for quick stuff inside VS, VLINQ is great.

link|flag
vote up 0 vote down

Source Code Outliner Nice alternate view of your source files. It's the outliner from the code pane, but without all the code getting in the way of the structure.

link|flag
vote up 0 vote down

VS Command Shell Command shell in the Output pane. Far from perfect, but often very, very useful. Faster and easier to get to than a separate cmd and has easier copy/paste support.

link|flag
vote up 0 vote down

PInvoke.NET addon Menu to search for pre-written P/Invoke code. Much easier than working out the marshalling code yourself, especially when there are nasty unions and alignment requirements.

link|flag
vote up 0 vote down

Spell Checker for comments is a godsend. GhostDoc is great for making well documented APIs.

link|flag
vote up 0 vote down

TracExplorer is cool for integrating Trac with VS.

link|flag
vote up 0 vote down
link|flag
vote up 0 vote down

If vi/vim editing is your thang:

ViEmu for Visual Studio

If you want color-coded control-flow syntax-highlighting and graphical outlines:

Codekana

I'm the developer of these commercial tools.

link|flag

Your Answer

Get an OpenID
or

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