vote up 58 vote down star
71

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

flag

70 Answers

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

LinqPad is great for testing linq to objects/xml/sql. Free download.

link|flag
show 1 more comment
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 2 vote down

If you're doing C++ coding, hands down Visual Assist.

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

Consolas font Free font from MS designed for reading code.

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

Guidance Explorer

Guidance packages integrate into VS as Snippets, projects, and project templates. They provide a way to collect and reuse patterns, code, and How To answers. You can create guidance for your team and you can download the guidance packages coming out of the Patterns and Practices group at MS.

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

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

I love CopySourceAsToHTML as a cool little addin. It's great if you want to copy code blocks for blogging and the like while maintaining your syntax formatting.

I think this is still the url.. you have to do some manual work to set it up with 08. http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/

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

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

link|flag
vote up 4 vote down

I've been using Visual Assist X for nearly two years now, and I find it so useful I can honestly say that if my employer didn't provide it, I'd have to pay for it myself.
I also use Cool Commands and SlickEdit (the free version), whose File Explorer and Command Spy tools are quite useful.

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

Visual Assist: you cannot live without it!

link|flag
vote up 0 vote down

It's not a Visual Studio add in, but it is a tool that I couldn't use Visual Studio without it...

ClipX - it's works with the normal clipboard, but saves the entries to a searchable list, you can use copy and paste as ususal, but you can hit CTRL+SHIFT+V and the list pops up. It works with images, text, etc. It even persists after you reboot your computer.

link|flag
vote up 0 vote down

I know this is not a VS add-in but SSMS one anyway could be useful for anyone working with MSSQL.

Just for the case you wanna see more like this one check this post. Actually from ssmstoolspack creator.

link|flag
vote up 1 vote down

We've covered this on this question: http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-insetting

link|flag

Your Answer

Get an OpenID
or

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