Interesting tech stuff I come across day-to-day. Mainly around Biztalk and .NET 3.0

Cool Visual Studio Editor hack

Friday, July 29, 2005

Visual Studio Editor Code Guidelines
Guidelines are visible column indicators for the Vistual Studio 2003/2005 Editor.

In the registry, under '[HKEY_CURRENT_USER]\Software\Microsoft\VisualStudio\7.1\Text Editor' (replace 7.1 by 8.0 for VS2005), create the following String Value (REG_SZ):

RGB(255,255,255) 4,8,12,16,20,24,28

Where RGB(255,255,255) indicates the color
and 4,8,12,16,24,28 are the positions (you can have up to 13).

Labels: ,