.NET news » Addins 
Complete VS2008/VS2010-Setup-Project with Add-In for Feature/SelectionTree
The Add-In complements VS 2008 around a new dialog Selection Feature to manage features.
Podium
Podium is a PowerPoint add-in and Windows Phone 7 app for controlling powerpoint from windows phone 7 devices
Microsft Visual Studio 2005 Doxygen Add-In
This MSVS Add-in allows select multiple files contained in loaded solution and pass them to Doxygen. Also it gives availability to choose the name of the project and the destination folder. All other Doxygen options can be set using Doxywizard executed from the add-in. I tried to do it as simple as possible for future extension which will be done next time.
Visual Studio 2005/2008 Addin to Open Src Files (*.h/*.cpp) Consistently on the Left/Right
Visual Studio 2005 Addin to open *.h files on the left and *.c/*.cpp files on the right
Code spelling checker extension for visual studio 2010 (VSX)
Building a spelling checker for source code as an extension for visual studio 2010.
8 Apr 2010, 00:20:00 Source: Code spelling checker extension for visual studio 2010 (VSX)
Tags: Visual Studio
Addins
Developing Visual Studio Add-in to enforce company's standard modification history
Using Visual Studio.net to develop Add-in to enforce company's standard modification history
21 Jun 2008, 16:54:00 Source: Developing Visual Studio Add-in to enforce company's...
Tags: Visual Studio
Addins
Explorer - A Visual Studio 2005 add-in which interacts with Windows Explorer
This add-in adds the ability to open Windows Explorer at specified locations and to execute the application in 'Windows Explorer mode'.
16 Jun 2008, 07:13:00 Source: Explorer - A Visual Studio 2005 add-in which interacts...
Tags: Visual Studio
Addins
Super Context Menu
Long time ago, I wondered how Microsoft Access put an Edit control on the context menu! Then I got another idea ... why don't we use any control(s) on the context menu? This will make the user interface easier to use, learn and increase productivity. The good news here is that, you can make it the same way you design a user control or a form using the Visual Studio designer..
SnipPit - A snippet Repository
SnipPit is a Visual Studio 2008 Add-In (and a desktop application is included too) that allows for storing, retrieving, and searching for code snippets. It allows for keywords, code/language types, multiple users, public and private snippets. It also provides a right-click menu within VS and comes with a desktop program for use in applicationss other than VS.
A generic List and Dictionary Debugger Visualizer for VS.NET
This is a simple List<T> and Dictionary<T,T> debugger visualizer for Visual Studio.NET 2005 and 2008. The only requirement for it to work in that the classes inside the lists or dictionaries should be marked as [Serializable].
15 Apr 2008, 14:48:00 Source: A generic List and Dictionary Debugger Visualizer for VS.NET
Tags: Visual Studio
Addins