Posts

Showing posts with the label visualize

Solution How to visualize code line length in Visual Studio

Image
Solution How to visualize code line length in Visual Studio You need to manually add an entry in the  registry to do this.   [HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio9.0Text Editor] "Guides"="RGB(192,192,192) 110"   Tips:   110 Being your line limit, and 9.0 being the version of your VS. (2005 users should find 8.0)   192,192,192 indicates gray colour you can change it to any colour you like by twiking this values   download file now