• Increase font size
  • Default font size
  • Decrease font size

Helixoft Blog

Peter Macej - lead developer of VSdocman - talks about Visual Studio tips and automation

Archive for the 'Visual Studio Tips' Category

Collapse All XML Comments in VB .NET or C#

Thursday, 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 [...]

VS 2005 Service Pack 1 Released

Friday, December 15th, 2006

The SP1 for Visual Studio 2005 is out. Enjoy!

New blog about VS extensibility

Thursday, 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 [...]

VS .NET 2003 Service Pack 1 Released

Wednesday, 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 [...]

How To Disable “A first chance exception of type…” Messages in VS 2005

Monday, May 15th, 2006

Well, all those
A first chance exception of type 'System.ArgumentException' occurred in MyAssembly.dll
messages in my Immediate window during the debugging annoyed me for a long time. Today, I said: enough! There must be a way how to tell VS not to show them.
We know that first chance exceptions don't necessarily need to be dangerous. See What [...]

VSdocman

Document your .NET code on professional level.

XML comments - MSDN Help and IntelliSense

Create MSDN-like class documentation with IntelliSense and F1 context sensitive help for your Visual Basic .NET and C# projects. See how easy the code commenting can be with powerful comment templates and sophisticated WYSIWYG comment editor.

More... | Download