Vertical guidelines in Visual Studio
Using a maximum length for the lines of code in your source files, makes the files easier to read and maintain. A vertical guideline in the Visual Studio text editor is a useful utility visualise the maximum line length.
The following registry setting will make Visual Studio show a vertical guideline at the specified position (in this case at character 130):
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Text Editor]
"Guides"="RGB(128,0,0) 130"
Posted on
07-05-2008
by Martin Opdam
0 Comments
|
Trackback Url
|
Link to this post
Tags:
Visual Studio