Difference between revisions of "How to change the background color of the brace match highlighting"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'This page will describe how to change the background color of the brace match highlighting in Visual Studio 2010. The default color might not help you find the closing brace. ==…')
 
(Visual Studio)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
   <li>Select <b>Options...</b></li>
 
   <li>Select <b>Options...</b></li>
 
   <li>Click the <b>+</b> beside <b>Environment</b></li>
 
   <li>Click the <b>+</b> beside <b>Environment</b></li>
   <li>Select <b>Fonts anc Color</b></li>
+
   <li>Select <b>Fonts and Color</b></li>
 
   <li>In the display items, find the <b>brace matching(rectangle)</b></li>
 
   <li>In the display items, find the <b>brace matching(rectangle)</b></li>
 
   <li>Select "Item background" and change it</li>
 
   <li>Select "Item background" and change it</li>

Latest revision as of 00:44, 16 June 2010

This page will describe how to change the background color of the brace match highlighting in Visual Studio 2010. The default color might not help you find the closing brace.

Visual Studio

Comfirmed to work for Visual Studio 2010. Should be the same for 2005 and 2008 as well
To change the default color of the brace match highlighting:

  1. Click on the Tools menu
  2. Select Options...
  3. Click the + beside Environment
  4. Select Fonts and Color
  5. In the display items, find the brace matching(rectangle)
  6. Select "Item background" and change it
  7. Press Ok


Feel free to edit it.