VS.NET 2003 C# code-editor tip of the day

Three tips actually. All color coding related. Open VS.NET, click Tools - Options and then Environment - Fonts and Colors

  1. Under display items, browse down to Operator. Select 'Maroon' for foreground color and check 'Bold'.
  2. Under display items, browse down to String. Select 'Dark Blue' for foreground color.
  3. Under display items, browse down to Xml Doc Comment. Select 'Custom' for background color and select a very light grey, like RGB 245, 245, 245. Do this also for Xml Tag
Hit OK. Your code will now be more readable, routines are more recognizable, operators are more recognizable.

13 Comments

Comments have been disabled for this content.