Helixoft

Helixoft Blog

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

Archive for the 'Visual Studio Tips' Category

Visual Studio 2010 Service Pack 1

Friday, March 11th, 2011

As you probably know, Visual Studio 2010 Service Pack 1 has been released and is now available for download. It fixes many issues in VS 2010. But the most interesting for me, as a VS help tool developer, is the new version of VS 2010 help - Microsoft Help Viewer (MSHV) version 1.1. This new […]

Running a Visual Studio macro with long execution time

Monday, October 25th, 2010

Recently, I needed to test some VS automation concepts in VS 2010. A simple task should be performed on several thousand files in a web site project. Loading the files in a web site is very slow so executing the macro takes a long time. I first tried it with only a few files […]

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 […]