up vote 98 down vote favorite
123
share [g+] share [fb]

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

link|improve this question
feedback

77 Answers

1 2 3

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

link|improve this answer
feedback

TracExplorer is cool for integrating Trac with VS.

link|improve this answer
feedback
link|improve this answer
feedback

Visual Assist: you cannot live without it!

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

Here is my list:

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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!

link|improve this answer
feedback

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.
link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback
1 2 3

Your Answer

 
or
required, but never shown

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