Add-Ins/MacrosAdd-Ins and macros can be used to add extra functionality to the Visual Studio .NET IDE.
Extending the CodeModel - 12/6/2006 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 - 11/15/2006 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 - 1/27/2006 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 - 1/25/2006 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 - 1/6/2006 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 - 12/19/2005 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 - 12/19/2005 How do I create menus and sub menus in VS2005? Microsoft Office CommandBars don't appear to work. more...
Refactoring - Extract SuperClass - 6/12/2005 What is a SuperClass and What will Extract SuperClass do for me? more...
Convert VB.NET to C# using Macros and Regular Expressions - 5/20/2005 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) - 4/6/2005 How do I handle nested project items in an addin? Nested ProjectItems can occur for several reasons.
more...
< Previous Page 2 of 5 Next >
|