KnowDotNet Visual Organizer

Add-Ins/Macros

Add-Ins and macros can be used to add extra functionality to the Visual Studio .NET IDE.


Articles  

Extending the CodeModel -
Want to be able to pick up every code element in a CodeWindow, including comments, compiler directives, etc? The CodeModel gets most of it but not all. This article shows how to extend the CodeModel to pick up the lines and code elements that the CodeModel misses.    more...

AppConfig in VS2005 -
Let's say that you are still developing in VS2003 but you would like to utilize some of the neat things in VS2005. Take the accessing of settings in the appConfig file.    more...

Deploying VS2005 Add-In -
How do I install a VS2005 Add-in? I can't get the add-in to show up in the Add-In Manager list box.    more...

Converting to VS2005 - 102 Late Binding Warnings -
When I converted an application from Version 1.1 to VS2005, I had literraly hundreds of warnings. Many of them are Late Binding Warnings. Can I get rid of them?    more...

Get XML Comments Ready for VS2005 -
Want to see a little Macro Magic produce complete XML comments in your VS2003 VB.NET programs? Get ready for VS2005 now.    more...

Watching Keystrokes in an Add-in in VS2005 -
Is is possible to watch the keystrokes in an Add-in in VS2005 (Whidbey)? Version 1.0 and 1.1 did not provide that capability.     more...

How to Add Nested Menus To an Add-In in VS2005 -
How do I create menus and sub menus in VS2005? Microsoft Office CommandBars don't appear to work.    more...

Refactoring - Extract SuperClass -
What is a SuperClass and What will Extract SuperClass do for me?    more...

Convert VB.NET to C# using Macros and Regular Expressions -
Macros and Regular Expressions can make converting VB.NET to C# easier.    more...

Handling Nested ProjectItems in an Addin ( Happens in ASP.NET Projects and When Project Items are in Folders) -
How do I handle nested project items in an addin? Nested ProjectItems can occur for several reasons.     more...


< Previous    Page 2 of 5    Next >

Writing Add-Ins for Visual Studio .NET
Writing Add-ins for Visual Studio .NET
by Les Smith
Apress Publishing