211

Can anyone recommend any good add-ons or plugins for Microsoft Visual Studio?
Freebies are preferred, but if it is worth the cost then that's fine.

Kalana
  • 5,631
  • 7
  • 30
  • 51
Bryan Denny
  • 27,363
  • 32
  • 109
  • 125
  • PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com/en/pvs-studio/ –  Nov 12 '16 at 17:24
  • Better remove. This is not actual. (> 5 yr and non constructive and not all exist any more) – Erik Dec 08 '18 at 23:10

77 Answers77

139

SmartPaster - (FREE) Copy/Paste code generator for strings

AnkhSvn - (FREE) SVN Source Control Integration for VS.NET

VisualSVN Server - (FREE) Source Control

ReSharper - IDE enhancement that helps with refactoring and productivity

CodeRush - Code gen macros on steroids

Refactor - Code refactoring aid

CodeMaid (FREE) - Code cleanup, organization and complexity analysis

CodeSmith - Code Generator

GhostDoc - (FREE) Simple code commenting tool

DXCore (FREE) and its many awesome plugins: DxCore Community Plugins, CR_Documentor, CodeStyleEnforcer, RedGreen

TestDriven.Net - (FREE/PAY) Unit Testing Aid

Reflector - (PAY) Feature rich .Net Disassembler Reflector AddIn's

Web Deployment Projects - Provides additional functionality to build and deploy Web sites and Web applications (source).

StudioTools - (FREE) Navigation assistant, code metrics tool, incremental search, file explorer in visual studio and tear off editor windows. Moved from old site (archive.org) to new site and discontinued.

MeLikeyCode
  • 297
  • 4
  • 13
David Negron
  • 1,356
  • 2
  • 14
  • 23
  • The RedGreen plugin for DXCore is an alternative (obviously not as powerful) for TD.NET which provides a more intuitive (R#-like!) UI (nowhere near as powerful or complete, but does the job) – Ruben Bartelink May 19 '09 at 10:57
  • i think you should add "visual assist" to this answer.. – ufukgun Jul 24 '09 at 08:13
  • I can't believe you don't have reshareper in there !! – Hannoun Yassir Oct 14 '09 at 22:54
  • @Yassir great point. I recently switched from CodeRush to ReSharper. I'm totally digging how it helps with TDD (Test Driven Development) and refactoring. – David Negron Oct 16 '09 at 09:29
  • The reason I would consider Resharper is for great TDD support. It's painfully slow for everything else. – Sergey Akopov Jan 03 '11 at 17:30
  • And an analysis performance addon free on visual studio ? If this exist... – Mehdi Bugnard Mar 19 '13 at 16:03
  • 1
    @MehdiBugnard are you referring to performance profiler's like JetBrains dotTrace http://www.jetbrains.com/profiler RedGate ANTS Performance Profiler http://www.red-gate.com/products/dotnet-development/ants-performance-profiler Telerik JustTrace http://www.telerik.com/products/memory-performance-profiler.aspx – David Negron Mar 21 '13 at 19:20
  • In case answer is not edited, Check AddIn Sorted by rating https://visualstudiogallery.msdn.microsoft.com/site/search?sortBy=Ratings – Abhinav Galodha Jul 23 '15 at 02:29
  • Can I request the free tag to be specified? Whether it's free for personal use or free for commercial. – Zikato Feb 05 '18 at 08:34
  • You should check out this new extension(it is free) and maybe update your list [Netverest Tools on VS marketplace](https://marketplace.visualstudio.com/items?itemName=Netverest.NetverestTools) for data querying and db insight. More info on [www.Netverest.com](http://Netverest.com/Tools) – Lukasz Cokot Jul 21 '18 at 10:28
  • "GhostDoc - (FREE) Simple code commenting tool" --- Not Free – David Jun 12 '19 at 10:36
98

Not free, but ReSharper is definitely one recommendation.

Michael Stum
  • 177,530
  • 117
  • 400
  • 535
52

Whole Tomato's Visual Assist X. I absolutely swear by it. I would like to see a better plug in for Lint than Visual Lint by Riverblade, but since that will eventually be moved onto the build server I don't mind running it every couple of days manually.

graham.reeds
  • 16,230
  • 17
  • 74
  • 137
  • I wrote a free tool which implements VAssistX's "open in workspace" and "header flip" features: http://www.humbug.net/vsxtool/ Even works with Visual Studio Express editions which didn't allow plugins. – Sam Mar 08 '16 at 08:44
  • If you could add the refactoring tools then that would be awesome:-) – graham.reeds Mar 08 '16 at 08:49
  • Haha unfortunately that was beyond the scope of what I wanted.. it would be awesome though. – Sam Mar 08 '16 at 22:49
35

PowerCommands is a Microsoft-created plugin that offers a variety of new features that one would think probably should have been in Visual Studio in the first place.

These include

  • Copying/Pasting project references!
  • "Open Containing Folder" to jump straight to the hard-drive location of a file or project
  • Automatic reorganizig and sorting of using statements
  • "Open Command Prompt Here" to open a command prompt in any of your project folders.
  • Collapse Projects
Brad Tutterow
  • 7,487
  • 3
  • 33
  • 33
25

RockScroll is awesome, and free.


Addendum

As @Andrei points out, MetalScroll is a better alternative. It's Open Source, and corrects some annoying things about RS.

Adam Lassek
  • 35,156
  • 14
  • 91
  • 107
20

I'm a big fan of CodeRush and Refactor! Pro by DevExpress. I've been using them for a number of years, and without a doubt it makes me a faster developer. Also, both are built on a free framework called DXCore that allows you to develop your own plug-ins for Visual Studio, and the sky is the limit there...

Brian G Swanson
  • 1,039
  • 7
  • 17
18
Brett Veenstra
  • 47,674
  • 18
  • 70
  • 86
15

I find Ghost Doc to be very useful.

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.

Ray
  • 45,695
  • 27
  • 126
  • 169
  • 3
    GhostDoc would get my vote if this question were "most-hated add-ons/plugins". I'd rather have no documentation than mindless documentation of the sort GhostDoc produces. – Ryan Lundy Oct 09 '09 at 20:52
  • It's not supposed to be the end of your documentation. It's just a starting point. I agree, just having the ghost doc documentation is pointless. – Ray Oct 11 '09 at 20:05
  • 1
    But if you're *not* supposed to leave what GhostDoc produces, then what's the point? If you hit /// in VS, you automatically get the template for everything in your method/property/whatever. The only thing you don't get is the mindless GhostDoc-produced comments. – Ryan Lundy Oct 13 '09 at 02:34
  • "GhostDoc is a free" -- No requires registration and is now nagware – David Jun 12 '19 at 10:37
14

+1 Visual Assist.

It's unfortunate that you need a plugin to get really good intellisense but it's definitely worth paying for.

Andrew Grant
  • 58,260
  • 22
  • 130
  • 143
14

If you use SVN for source control, definitely get VisualSVN. It enables TortoiseSVN interactions from within the Visual Studio IDE.

I also echo the Resharper comment. Retail price is a little steep, but if you're a student or otherwise educationally affiliated, it's actually pretty cheap.

Chris Farmer
  • 24,974
  • 34
  • 121
  • 164
  • Personally I find the AnkhSVN free open-source plugin for Visual Studio to be perfectly adequate; I combine it with the VisualSVN Server. It might be worth comparing the two to see if VisualSVN adds enough value to justify the price. – Hydrargyrum Dec 08 '14 at 01:25
12

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

Wavel
  • 956
  • 8
  • 31
11

What about IncrediBuild? This is a nice distributed build system with visual studio integration.

Thomas Koschel
  • 3,321
  • 9
  • 33
  • 38
9

Clipboard Manager

Maintains your clipboard data through removal of lines, a few other nice items but that one alone makes me happy.

Regionerate

While some have problems with regions I think if you use them, this tool is for you. Automatically region'izes your code into appropriate region blocks. Fully configurable for custom items etc.

Pat
  • 5,263
  • 1
  • 36
  • 53
9

VSCommands 2010

from the website: Latest version supports:

  • Manage Reference Paths
  • Prevent accidental Drag & Drop in Solution Explorer
  • Prevent accidental linked file delete
  • Apply Fix (automatically fix build errors/warnings)
  • Open PowerShell
  • Show Assembly Details
  • Create Code Contract
  • Cancel Build when first project fails
  • Debug Output - custom formatting
  • Build Output - custom formatting
  • Search Output - custom formatting
  • Configure WPF Rendering
  • Configure Fusion Logs
  • Configure IE for debugging
  • Locate Source File
  • Thumbnails in IDE Navigator
  • Extended support for xaml, aspx, css, js and html files
  • Disable Ctrl + Mouse Wheel Zoom
  • Zoom to Mouse Pointer
  • Configurability
  • Attach to local IIS
  • Copy Full Path
  • Build Startup Projects
  • Open Command Prompt
  • Search Online
  • Build Statistics
  • Group linked items
  • Copy/Paste Reference
  • Copy/Paste as Link
  • Collapse Solution
  • Group items directly from user interface (DependantUpon)
  • Open In Expression Blend
  • Locate in Solution
  • Edit Project File
  • Edit Solution File
  • Show All Files

and others, so try it now!

abatishchev
  • 98,240
  • 88
  • 296
  • 433
Registered User
  • 1,630
  • 14
  • 11
8

http://trolltech.com/products/qt/">Qt Cross-Platform Application Framework

Qt is a cross-platform application framework for desktop and embedded development. It includes an intuitive API and a rich C++ class library, integrated tools for GUI development and internationalization, and support for Java™ and C++ development

They have a plug-in for Visual Studio that costs a bit of money, but it is worth every penny.

CodingWithoutComments
  • 35,598
  • 21
  • 73
  • 86
8

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.

Charles Anderson
  • 19,321
  • 13
  • 57
  • 73
7

ViEmu

vi/vim support inside VS

Glennular
  • 17,827
  • 9
  • 58
  • 77
  • Before finding this, I was forced to alt-tab between Vim and VS, as I couldn't be without the power of vi. ViEmu was a lifesaver! – Dan Mar 18 '10 at 14:47
  • 2
    [VsVim](https://visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329/) is also a great vim "emulator" for VS, and it's open source. – jurgenb Oct 29 '15 at 15:52
  • VSVim has gotten much better since 2008, it is a good free alternative – Glennular Nov 02 '15 at 20:50
7

+1 for Visual Assist And I will add VLH (Visual Local History) which provides a kind of local source control system. Every time you save a file, the plugin add a copy in the local repository.

Steve Gury
  • 15,158
  • 6
  • 38
  • 42
5

Try MetalScroll!! It's better than Rockscroll

Chris
  • 135
  • 2
  • 7
Andrei Rînea
  • 20,288
  • 17
  • 117
  • 166
  • I use MetalScroll too. It's really quite amazing how such a simple concept can help sooooo much. WIth just a glance you instinctively know where you are in a file, something akin to a mental map of your neighborhood. – Allbite Oct 19 '10 at 02:31
  • [OFF] Metal (almost)always better than Rock \m/ [ON] – Feralheart Mar 12 '17 at 17:33
5

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.

Paulius
  • 5,790
  • 7
  • 42
  • 47
5

Consolas font Free font from MS designed for reading code.

  • That font was used designed for reading code? Funnily enough, I find it the best font for programming/Visual Studio. Thanks for the knowledge. – GurdeepS May 14 '09 at 22:48
4

Sonic File Finder for when you have loads of files in your solutions and searching for them in the solution explorer becomes a pain in the wrist.

You might also find DPack interesting. Several tools and enhancements rolled into one neat package.

Ishmaeel
  • 14,138
  • 9
  • 71
  • 83
4

MZTools is great too.

Scott Dorman
  • 42,236
  • 12
  • 79
  • 110
4

+1 for CodeRush & Refactor Pro. I've been using CodeRush since its Delphi incarnations, and it's utterly wonderful. The mantra of "Code at the speed of thought" is very close to reality ;)

moobaa
  • 4,482
  • 1
  • 29
  • 31
4
  1. Microsoft StyleCop provides code style checking for C#, we use it all the time and love it (free)
  2. Axialis IconWorkshop has a Visual Studio add-in which is now free for VS2008 users.
  3. Resharper Yes another vote, because I can't upvote everyone who suggests it :)
  4. Workspace Whiz for C++, I used to live by Workspace Whiz but haven't used it in VS2008 as I hadn't realised there was an update. Will have to give it a try again.
Simon Steele
  • 11,558
  • 4
  • 45
  • 67
4

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

Michael Burr
  • 333,147
  • 50
  • 533
  • 760
4

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/

Quintin Robinson
  • 81,193
  • 14
  • 123
  • 132
3

AtomineerUtils Pro Documentation - automatic DocXml/Doxygen/JavaDoc/Qt doc-comment generation/updating (similar to GhostDoc, but more powerful & flexible, and supports C#, C++, C++/CLI, C, Java and Visual Basic code).

The style of the generated comments is very configurable, and automatic re-formatting (such as whitespace control and word wrapping) can be optionally applied to keep the comments as readable as possible. It also has many helpers to allow users to read and convert most legacy doc-comments into any of the above formats.

(I'm the author, but I believe the above is an accurate and objective description. This add-in was free when this answer was first added, but to cover the costs of hosting, supporting, and continuing to improve the addin in monthly releases, it is now $10 with a 30-day free trial)

Jason Williams
  • 56,972
  • 11
  • 108
  • 137
3

For the laptop bound or for those with vi/vim key bindings burned into the brain I would recommend ViEmu.

If you have not tried editing with vi key bindings here is why you may want to try "Why, oh WHY, do those #?@! nutheads use vi?"

Rodney Schuler
  • 2,158
  • 4
  • 23
  • 34
3

I'm always amazed that more people don't know about/use NDepend - it shows all dependencies 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.

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
Joel in Gö
  • 7,460
  • 9
  • 47
  • 77
2

JustDecompile from telerik. Now that Reflector is no longer free. Its a necessity when digging through supplied libraries.

BozoJoe
  • 6,117
  • 4
  • 44
  • 66
2

We've covered this on this question: What is your favorite Visual Studio add-in/setting?

Community
  • 1
  • 1
sontek
  • 12,111
  • 12
  • 49
  • 61
2

I found Code Rocket to be very useful - http://www.getcoderocket.com/

From their website: "Code Rocket is an innovative tool that reveals the inner workings of C#, ... and C/C++ code, for Visual Studio... It makes documentation a seamlessly integrated part of the software development process, plugging directly into your development IDE with minimal overheads, delivering powerful benefits from day one."

Steve
  • 23
  • 4
2

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).

Anheledir
  • 4,337
  • 7
  • 32
  • 34
2

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

I see no one has mentiond CoolCommands: Link

Great set of time savers...

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Scott Dillman
  • 821
  • 1
  • 9
  • 16
2

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

t0mt0m72
  • 150
  • 5
2

Visual Assist: you cannot live without it!

ugasoft
  • 3,778
  • 7
  • 27
  • 23
1

My favorite would be the one I work on - Goanna. :)

http://www.redlizards.com/

C/C++ static analysis - it helps find bugs.

David Crawshaw
  • 10,427
  • 6
  • 37
  • 39
1

I like ReSharper, too! It's affordable if you're a student or otherwise connected to an university.

For interaction with SVN I'll prefer AnkhSVN.

.. and of course for connecting to TeamFoundation Server there's the Visual Studio Team Explorer

Gerhard Dinhof
  • 1,320
  • 2
  • 10
  • 20
1

Dispatch for FTP is what Copy Web Site should have been.

This just came out but I like it a lot: Mindscape File Explorer

VisualSVN is excellent for SVN integration. Much better than Ankh (have not tried Ankh 2+ though)

SonicFileFinder for looking up files or classes quickly. Supports searching just the upper case parts of a camel-cased type name

Web Deployment Projects by Microsoft for precompiling web site projects

John Sheehan
  • 77,456
  • 30
  • 160
  • 194
1

Here a few I didn't find (or spot) mentioned:

  • ASPXEditHelper (a must have for ASP.NET devs)
  • MouseGestures
  • CodeKeep
  • KNOCKS
  • Git Extensions

Someone mentioned SQL Prompt so I'll add SQL Assistant (similar price, but does a lot more)

Very few people mentioned DPack which is free and absolutely awesome.

Also, really get ReSharper or something similar (it will pay many times over). Bare VS just does not "compare" ;-)

Enjoy your coding!

Piotr Owsiak
  • 6,081
  • 8
  • 39
  • 42
1

Build Version Increment (GPL) gives you (nearly) everything you need for controlling the version of your assemblies.

Some Features (copied from the site):

  • Different auto increment styles can be set per major, minor, build or revision number.
  • Supports C#, VB.NET and C++.NET projects.
  • Not required to be installed by all project members. Configuration is shared via properties in the solution and project files. Developers who don't have the addin won't feel a thing.
  • Automatically checks out required files if under source control.
  • Can be configured per solution and/or per project.
  • Can be configured to update only on certain configuration builds (debug, release, any or custom)
  • Can update assembly attributes in an external source file instead of the default AssemblyInfo.
Bobby
  • 11,419
  • 5
  • 44
  • 69
1

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

Jedi Master Spooky
  • 5,629
  • 13
  • 57
  • 86
1

I just found this rather large list of addins:

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

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Gern Blanston
  • 42,482
  • 19
  • 50
  • 64
1

Here is my list:

Enrico Campidoglio
  • 56,676
  • 12
  • 126
  • 154
1

For C# development I use:

  • ReSharper, heavily customized and with a couple dozen custom actions I wrote (not to mention weird but wonderful Live Templates)
  • GhostDoc - very useful for postprocessing of generated code
  • Source Code Outliner
  • P/factor (a set of internally developed code gen tools for VS) - see example here
  • CodeGenUtils - another internal dev for code generation, available on CodePlex
  • SharpWizard - a VS add-in for rapid prototyping. Supports advanced generation of interface support, operators, patterns, metadata.
  • Dependency Analyser - a really nifty tool (another internal dev.) for identifying dependencies between CLR properties. Useful for autogenerating change notifications based on dependency graphs.

In addition to these, I also have a couple of DSL graphical designers for the particularly difficult scenarios - for example, I have a DSL for complex multithreaded operations that are implemented using Pulse & Wait.

Dmitri Nesteruk
  • 23,067
  • 22
  • 97
  • 166
1

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

mpdaly
  • 1,159
  • 6
  • 6
1

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.

Lukas Šalkauskas
  • 14,191
  • 20
  • 61
  • 77
1

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
Community
  • 1
  • 1
1

I don't fancy the Visual Studio bookmarks so I use DPACK to get the same kind of bookmarks as the Delph IDE provides.

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

Martin Liesén
  • 1,308
  • 11
  • 14
1

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.

1

Definitely Resharper.

Craig Fisher
  • 1,681
  • 2
  • 19
  • 26
1

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.

1

Source Monitor code analysis tool

Direct download link

1

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

Dean Poulin
  • 1,168
  • 1
  • 9
  • 22
1

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

1

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.

1
Kramii
  • 8,379
  • 4
  • 32
  • 38
  • "GhostDoc - Free" No It isnt its Nagware and requires registration and submital of info for marketing – David Jun 12 '19 at 10:38
  • Fair point. In fairness, earlier versions were more "free" than the latest version. IIRC they even published the source code at one time. – Kramii Jun 14 '19 at 09:06
1

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.

jonbho
  • 215
  • 1
  • 7
0

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.

0
  • 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)

Robin Robinson
  • 1,595
  • 1
  • 20
  • 24
0

Quick Open File is a plugin that, coming from an Eclipse background, I can't live without

http://kutny.net/vsopen/

No more digging through the solution explorer trying to find files

Phil Hale
  • 3,453
  • 2
  • 36
  • 50
0

While Visual SVN costs $50 or so, I strongly prefer it over AnkhSVN (which I last tried about a year ago - it may have improved since).

It's one of the easiest to sell to your boss if funding is an issue. (Thankfully we don't have to scratch and claw to get good tools where I work.)

Josh Kodroff
  • 27,301
  • 27
  • 95
  • 148
0

one that I wrote http://www.codeplex.com/lazy

Pablo Retyk
  • 5,690
  • 6
  • 44
  • 59
0

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.

Luther Baker
  • 7,236
  • 13
  • 46
  • 64
0

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

David
  • 14,047
  • 24
  • 80
  • 101
0

A better Addin Manager

0

Project MRU editor

0

CodePlotter and CodePlotter Remixed

0

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.

0

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.

0

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

baudtack
  • 29,062
  • 9
  • 53
  • 61
0

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.

0

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

Rick Minerich
  • 3,078
  • 19
  • 29
0

TracExplorer is cool for integrating Trac with VS.

Mladen Mihajlovic
  • 6,095
  • 7
  • 40
  • 55
0

DevExtra - but I'm biased cause I wrote it :)

http://www.toptensoftware.com/devextra/

It's a bit old now (has its origins in VC6) and mostly oriented towards C++ developers but its free and I still use it every day.

Brad Robinson
  • 44,114
  • 19
  • 59
  • 88
0

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.

hugoware
  • 35,731
  • 24
  • 60
  • 70