.NET news » Addins Addins Rss Feed

Developing Visual Studio .NET Macros and Add-Ins
Author: Jeff Cogswell
Average rating: 3.0 / 3
(3 reviews)
More .NET Addins books
download

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.
26 Jun 2010, 06:53:00   Source: Microsft Visual Studio 2005 Doxygen Add-In   Tags: Visual Studio Addins

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
12 May 2010, 13:46:00   Source: Visual Studio 2005/2008 Addin to Open Src Files...   Tags: Addins

Code spelling checker extension for visual studio 2010 (VSX)

Building a spelling checker for source code as an extension for visual studio 2010.

.NET Regular Expressions Find and Replace Add-In for VS2005

This add-in is for anyone who wants to use Regular Expressions to find and replace in Visual Studio, but doesn't want to use the strange Regular Expression syntax of the built-in dialog. This add-in provides a new dialog that uses .NET's Regular Expressions to find and replace.

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

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

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..
11 Jun 2008, 12:12:00   Source: Super Context Menu   Tags: Visual Studio Addins GUI

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.
12 May 2008, 11:09:00   Source: SnipPit - A snippet Repository   Tags: Visual Studio Addins Software

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

Authoring Visual Studio Debugger Visualizers

Visual Studio Debugger Visualizers are a great addition to the developers debugging toolbox. Their purpose is to provide a custom view of data during a debugging session. This article will cover developing a simple string visualizer that allows the string to be replaced during the visualizer session. Additionally, necessary steps to debug your visualizer will be covered.
22 Jan 2008, 06:28:00   Source: Authoring Visual Studio Debugger Visualizers   Tags: Visual Studio Addins Debug
« Previous1234Next »