February 4th, 2007
VS 2005 generates many types of compile warnings. The most annoying ones are those underlined directly in the source code (all in VB .NET). We cannot get rid of all warnings. For example, our VSdocman allows XML comments also for namespaces. VS doesn’t like this and gives the following warning:
XML comment block cannot be associated […]
Posted in Visual Studio Tips, VSdocman | No Comments »
January 11th, 2007
Today, a user of our VSdocman has asked me for interesting functionality in Visual Studio. He wants to collapse all XML comments in the file with one click. There is no such command in VS so I wrote a macro that does the job. The macro only works in VS 2005 and higher and only [...]
Posted in Visual Studio Tips | 5 Comments »
December 15th, 2006
The SP1 for Visual Studio 2005 is out. Enjoy!
Posted in Visual Studio Tips | No Comments »
November 23rd, 2006
Carlos Quintero of MZ-Tools has started his blog subtitled as Visual Studio Extensibility: macros, add-ins, SDK packages. You may already know Carlos from several newsgroups related to VS extensibility
microsoft.public.vstudio.extensibility
microsoft.public.vsnet.ide
MSDN: Visual Studio Extensibility.
Or from vsnetaddin group which discusses how to write Visual Studio.NET add-ins, wizards, and macros using the IDE automation model and VSIP interfaces.
Or you [...]
Posted in Visual Studio Tips | 1 Comment »
August 16th, 2006
It's finally here. Long awaited SP1 for Visual Studio .NET 2003 has been released. You can get it here.
The package has 156 MB, the download was fast and installation smooth. You need to insert original VS .NEt 2003 installation CDs during setup which took about 15 minutes on my machine.
Microsoft has fixed many bugs and [...]
Posted in Visual Studio Tips | No Comments »