Recommended add-ons/plugins for Microsoft Visual Studio

Visual StudioPluginsAdd On

Visual Studio Problem Overview


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.

Visual Studio Solutions


Solution 1 - Visual Studio

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.

Solution 2 - Visual Studio

Not free, but ReSharper is definitely one recommendation.

Solution 3 - Visual Studio

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.

Solution 4 - Visual Studio

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

Solution 5 - Visual Studio

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.

Solution 6 - Visual Studio

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

Solution 7 - Visual Studio

Solution 8 - Visual Studio

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.

Solution 9 - Visual Studio

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.

Solution 10 - Visual Studio

+1 Visual Assist.

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

Solution 11 - Visual Studio

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

Solution 12 - Visual Studio

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

[1]: http://www.xoreax.com/main.htm "IncrediBuild"

Solution 13 - Visual Studio

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.

Solution 14 - Visual Studio

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!

Solution 15 - Visual Studio

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.

Solution 16 - Visual Studio

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.

Solution 17 - Visual Studio

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

Solution 18 - Visual Studio

ViEmu

vi/vim support inside VS

Solution 19 - Visual Studio

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.

Solution 20 - Visual Studio

Consolas font Free font from MS designed for reading code.

Solution 21 - Visual Studio

Try MetalScroll!! It's better than Rockscroll

Solution 22 - Visual Studio

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.

Solution 23 - Visual Studio

MZTools is great too.

Solution 24 - Visual Studio

+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 ;)

Solution 25 - Visual Studio

  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.

Solution 26 - Visual Studio

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

Solution 27 - Visual Studio

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/

Solution 28 - Visual Studio

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.

Solution 29 - Visual Studio

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?"

Solution 30 - Visual Studio

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)

Solution 31 - Visual Studio

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

Solution 32 - Visual Studio

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

Solution 33 - Visual Studio

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

Solution 34 - Visual Studio

Visual Assist: you cannot live without it!

Solution 35 - Visual Studio

Solution 36 - Visual Studio

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

Solution 37 - Visual Studio

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

Solution 38 - Visual Studio

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

Solution 39 - Visual Studio

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

Solution 40 - Visual Studio

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

Solution 41 - Visual Studio

I just found this rather large list of addins:

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

Solution 42 - Visual Studio

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

Solution 43 - Visual Studio

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.

Solution 44 - Visual Studio

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

Solution 45 - Visual Studio

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.

Solution 46 - Visual Studio

Definitely Resharper.

Solution 47 - Visual Studio

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.

Solution 48 - Visual Studio

Solution 49 - Visual Studio

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

Solution 50 - Visual Studio

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

Solution 51 - Visual Studio

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.

Solution 52 - Visual Studio

Solution 53 - Visual Studio

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.

Solution 54 - Visual Studio

Here is my list:

Solution 55 - Visual Studio

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.

Solution 56 - Visual Studio

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/

Solution 57 - Visual Studio

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

http://www.redlizards.com/

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

Solution 58 - Visual Studio

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!

Solution 59 - Visual Studio

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.

Solution 60 - Visual Studio

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

Solution 61 - Visual Studio

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.

Solution 62 - Visual Studio

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

Solution 63 - Visual Studio

Solution 64 - Visual Studio

Solution 65 - Visual Studio

Solution 66 - Visual Studio

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.

Solution 67 - Visual Studio

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.

Solution 68 - Visual Studio

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

Solution 69 - Visual Studio

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.

Solution 70 - Visual Studio

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

Solution 71 - Visual Studio

TracExplorer is cool for integrating Trac with VS.

Solution 72 - Visual Studio

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.

Solution 73 - Visual Studio

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.

Solution 74 - Visual Studio

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

Solution 75 - Visual Studio

Solution 76 - Visual Studio

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.

Solution 77 - Visual Studio

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBryan DennyView Question on Stackoverflow
Solution 1 - Visual StudioDavid NegronView Answer on Stackoverflow
Solution 2 - Visual StudioMichael StumView Answer on Stackoverflow
Solution 3 - Visual Studiograham.reedsView Answer on Stackoverflow
Solution 4 - Visual StudioBrad TutterowView Answer on Stackoverflow
Solution 5 - Visual StudioAdam LassekView Answer on Stackoverflow
Solution 6 - Visual StudioBrian G SwansonView Answer on Stackoverflow
Solution 7 - Visual StudioBrett VeenstraView Answer on Stackoverflow
Solution 8 - Visual StudioRayView Answer on Stackoverflow
Solution 9 - Visual StudioChris FarmerView Answer on Stackoverflow
Solution 10 - Visual StudioAndrew GrantView Answer on Stackoverflow
Solution 11 - Visual StudioWavelView Answer on Stackoverflow
Solution 12 - Visual StudioThomas KoschelView Answer on Stackoverflow
Solution 13 - Visual StudioPatView Answer on Stackoverflow
Solution 14 - Visual StudioRegistered UserView Answer on Stackoverflow
Solution 15 - Visual StudioCodingWithoutCommentsView Answer on Stackoverflow
Solution 16 - Visual StudioCharles AndersonView Answer on Stackoverflow
Solution 17 - Visual StudioSteve GuryView Answer on Stackoverflow
Solution 18 - Visual StudioGlennularView Answer on Stackoverflow
Solution 19 - Visual StudioPauliusView Answer on Stackoverflow
Solution 20 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 21 - Visual StudioAndrei RîneaView Answer on Stackoverflow
Solution 22 - Visual StudioIshmaeelView Answer on Stackoverflow
Solution 23 - Visual StudioScott DormanView Answer on Stackoverflow
Solution 24 - Visual StudiomoobaaView Answer on Stackoverflow
Solution 25 - Visual StudioSimon SteeleView Answer on Stackoverflow
Solution 26 - Visual StudioMichael BurrView Answer on Stackoverflow
Solution 27 - Visual StudioQuintin RobinsonView Answer on Stackoverflow
Solution 28 - Visual StudioJoel in GöView Answer on Stackoverflow
Solution 29 - Visual StudioRodney SchulerView Answer on Stackoverflow
Solution 30 - Visual StudioJason WilliamsView Answer on Stackoverflow
Solution 31 - Visual StudioAnheledirView Answer on Stackoverflow
Solution 32 - Visual StudioScott DillmanView Answer on Stackoverflow
Solution 33 - Visual Studiot0mt0m72View Answer on Stackoverflow
Solution 34 - Visual StudiougasoftView Answer on Stackoverflow
Solution 35 - Visual StudiosontekView Answer on Stackoverflow
Solution 36 - Visual StudioSteveView Answer on Stackoverflow
Solution 37 - Visual StudioBozoJoeView Answer on Stackoverflow
Solution 38 - Visual StudioGerhard DinhofView Answer on Stackoverflow
Solution 39 - Visual StudioJohn SheehanView Answer on Stackoverflow
Solution 40 - Visual StudioJedi Master SpookyView Answer on Stackoverflow
Solution 41 - Visual StudioGern BlanstonView Answer on Stackoverflow
Solution 42 - Visual StudiompdalyView Answer on Stackoverflow
Solution 43 - Visual StudioLukas ŠalkauskasView Answer on Stackoverflow
Solution 44 - Visual StudioStormRiderView Answer on Stackoverflow
Solution 45 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 46 - Visual StudioCraig FisherView Answer on Stackoverflow
Solution 47 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 48 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 49 - Visual StudioDean PoulinView Answer on Stackoverflow
Solution 50 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 51 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 52 - Visual StudioKramiiView Answer on Stackoverflow
Solution 53 - Visual StudiojonbhoView Answer on Stackoverflow
Solution 54 - Visual StudioEnrico CampidoglioView Answer on Stackoverflow
Solution 55 - Visual StudioDmitri NesterukView Answer on Stackoverflow
Solution 56 - Visual StudioMartin LiesénView Answer on Stackoverflow
Solution 57 - Visual StudioDavid CrawshawView Answer on Stackoverflow
Solution 58 - Visual StudioPiotr OwsiakView Answer on Stackoverflow
Solution 59 - Visual StudioBobbyView Answer on Stackoverflow
Solution 60 - Visual StudioRobin RobinsonView Answer on Stackoverflow
Solution 61 - Visual StudioLuther BakerView Answer on Stackoverflow
Solution 62 - Visual StudioDavidView Answer on Stackoverflow
Solution 63 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 64 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 65 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 66 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 67 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 68 - Visual StudiobaudtackView Answer on Stackoverflow
Solution 69 - Visual StudioSeth MorrisView Answer on Stackoverflow
Solution 70 - Visual StudioRick MinerichView Answer on Stackoverflow
Solution 71 - Visual StudioMladen MihajlovicView Answer on Stackoverflow
Solution 72 - Visual StudiohugowareView Answer on Stackoverflow
Solution 73 - Visual StudiohugosanguinoView Answer on Stackoverflow
Solution 74 - Visual StudioJosh KodroffView Answer on Stackoverflow
Solution 75 - Visual StudioPablo RetykView Answer on Stackoverflow
Solution 76 - Visual StudioBrad RobinsonView Answer on Stackoverflow
Solution 77 - Visual StudioPhil HaleView Answer on Stackoverflow