views:

9734

answers:

77

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

+5  A: 

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
+58  A: 

Not free, but ReSharper is definitely one recommendation.

Michael Stum
I like ReSharper but MAN does it take a dump on my visual studios performance.
Simucal
+1 on the perf hit.
Lance Fisher
Simucal: try putting your solutions on a RAM disk. Much better, escecially full-solution analysis.
Dmitri Nesteruk
I only saw performance going down with file over 2.5k lines. Otherwise it's fine... and 2.5k line is too much so it's a "features" that tell me that it must be in multiple file ;)
Daok
+6  A: 

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
+11  A: 

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
+28  A: 

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
Open containing folder and using statements are already in VS2008 if I'm not mistaking
borisCallens
Automatic Reorganized and Sorting using statements also comes with VS2008. The command name is Edit.RemoveAndSort
Ciwee
@Andre PowerCommands will also do it when saving files, or do all files in a solution. I'm not sure the command will do it.
Rangoric
+36  A: 

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
Visual Assist is simply amazing. And its price is just about right.
Kensai
+16  A: 
Brett Veenstra
+14  A: 

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
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.
Kyralessa
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
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.
Kyralessa
+2  A: 

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
+16  A: 

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

Purple Ant
+1  A: 

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  A: 

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
+9  A: 

+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
And you get nice refactoring options and a much nicer syntax highlighting too.
fmuecke
A: 
  • 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
+21  A: 

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
RockScroll is fantastic, barring all of the IDE crashes it introduces. :)
Gabriel Isenberg
I've never experienced that, but then again its probably not been well tested.
Adam Lassek
Never crashed on me either. I'd love to see this updated.
nportelli
Crashed on me, like, a million times. Way too unstable IMHO.
Dmitri Nesteruk
Yeah, same here too. Many crashes. To bad it isn't open-source.
LeonZandman
Try MetalScroll!! It's better than Rockscroll : http://blog.andrei.rinea.ro/post/Improving-your-Visual-Studio-experience-MetaScroll.aspx
Andrei Rinea
A: 

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

Jedi Master Spooky
+1  A: 

MZTools is great too.

Scott Dorman
A: 

I just found this rather large list of addins:

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

the empirical programmer
+4  A: 

+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
A: 

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

mpd
+4  A: 

+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
A: 

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
+2  A: 
  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
A: 

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
A: 

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
+2  A: 

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 Maruška
A: 

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

David
A: 

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.

Joel in Gö
+51  A: 

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

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 - (FREE) 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

David Negron
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
i think you should add "visual assist" to this answer..
ufukgun
(to make it more true :) )
ufukgun
I can't believe you don't have reshareper in there !!
Yassir
@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
+6  A: 

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

koschi
A: 

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  A: 

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

Wavel
It's not a plugin or addin for VS.. nevertheless it's a very good program.
Anheledir
A: 

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

ChalkTrauma
A: 

A better Addin Manager

Seth Morris
A: 

Project MRU editor

Seth Morris
A: 

CodePlotter and CodePlotter Remixed

Seth Morris
A: 

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.

Seth Morris
+2  A: 

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

Michael Burr
A: 

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

t0mt0m72
+3  A: 

Consolas font Free font from MS designed for reading code.

Seth Morris
That font was used designed for reading code? Funnily enough, I find it the best font for programming/Visual Studio. Thanks for the knowledge.
dotnetdev
+1  A: 

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.

Seth Morris
A: 

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.

Seth Morris
A: 

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

docgnome
A: 

Definitely Resharper.

Craig Fisher
A: 

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.

Seth Morris
+2  A: 

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
A: 

Source Monitor code analysis tool

Direct download link

Seth Morris
Do you mean this Source Monitory? http://www.campwoodsw.com/sourcemonitor.html
torial
A: 

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

Code Monkey
A: 

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

Seth Morris
A: 

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.

Seth Morris
A: 

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.

Seth Morris
A: 

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

Rick Minerich
+5  A: 

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
A: 

TracExplorer is cool for integrating Trac with VS.

Mladen Mihajlovic
A: 
Kramii
+1  A: 

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
A: 

Visual Assist: you cannot live without it!

ugasoft
A: 

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
A: 

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.

+1  A: 

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

sontek
+2  A: 

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

rschuler
A: 

Here is my list:

Enrico Campidoglio
A: 

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
A: 

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
+4  A: 

ViEmu

vi/vim support inside VS

Glennular
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
A: 

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

pablito
+1  A: 

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/

mliesen
A: 

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.

cantabilesoftware
+1  A: 

AtomineerUtils (FREE) - automatic DocXml/Doxygen doc-comment generation (like GhostDoc, but more powerful & flexible, and works for C#, C++, C++/CLI and C code) plus other handy code generation and outlining utilities.

(I'm the author, but I believe the above is an accurate and objective description)

Jason Williams
+1  A: 

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

http://www.redlizards.com/

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

David Crawshaw
A: 

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
A: 

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
A: 

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
A: 

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
A: 

Take a look in this one:

  • Snippets
  • Auto properties creation
  • Class generator
  • Properties generator
  • Store Procedure Generator
  • many useful function like
    • Collapse Solution
    • Backup (Solution or Project)
    • Method Finder
    • Send Code to Notepad (to keep it save :D )

And many others

CodeHelper: http://www.bluemusa.com/codehelper/codehelper.htm

rafaelsr
+2  A: 

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!

Registered User
+2  A: 

Try MetalScroll!! It's better than Rockscroll

Andrei Rinea
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