• 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

Multiline Search and Replace Macro Updated

Wednesday, October 15th, 2008

I just have updated my macro which allows multiline search and replace in Visual Studio. Judging from comments and web logs, this macro is very popular. Updated code fixes two bugs:

In VS 2005 and 2008, when using Find/Replace in Files, the “Find what” field didn’t contain value entered by user but text from cursor position […]

Visual Studio 2008 SP1 and .NET Framework 3.5 SP1 Released

Tuesday, August 12th, 2008

Yesterday, Microsoft has released Visual Studio 2008 SP1 and .NET Framework 3.5 SP1.
Microsoft Visual Studio 2008 Service Pack 1 download
Microsoft .NET Framework 3.5 Service Pack 1 download
This is good news especially for those who have installed .NET SP1 beta. This beta contained a bug which prevented opening of our VSdcoman comment editor. We had many […]

Visual Studio Gallery announced

Thursday, February 28th, 2008

I have good news for all us, Visual Studio users. The Microsoft Visual Studio Ecosystem team has officially launched the new Visual Studio Gallery site. This new web site is a resource center for all Visual Studio extensions and includes everything from free VS PowerToys like tools to VSIP products.
Our VSdocman is listed too. You […]

How To Show Full File Path (or Anything Else) in VS 2005 Title Bar

Tuesday, July 31st, 2007

I saw an interesting request on discussion forums today. A user wants to show the full path of currently edited file in the IDE main window caption. This used to be case in VS .NET 2003 but VS 2005 shows only solution name.

I thought it had to be easy to write macro which does the [...]

How To Disable Any Specific Warning in VS 2005

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

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