Skip to content

Commit bbbb539

Browse files
author
mikeblome
committed
further tech review edits
1 parent e30987f commit bbbb539

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/ide/media/quickinfo-on-error.png

4.8 KB
Loading

docs/ide/read-and-understand-code-cpp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ The C++ code editor and Visual Studio IDE provide many coding aids. Some are uni
99

1010
## Colorization
1111

12-
Visual Studio colorizes syntax elements to differentiate between types of symbols such as language keywords, type names, variable names, function parameters, string literals, and so on. Unused code (such as code under an #if 0) is more faded in color.
12+
Visual Studio colorizes syntax elements to differentiate between types of symbols such as language keywords, type names, variable names, function parameters, string literals, and so on.
1313

1414
![Code colorization](../ide/media/code-outline-colorization.png "C++ colorization")
1515

16+
Unused code (such as code under an #if 0) is more faded in color.
17+
18+
![Inactive code](../ide/media/inactive-code-cpp.png "C++ inactive code")
19+
1620
You can customize the colors by typing "Fonts" in **Quick Launch**, and then choosing **Fonts and Colors**. In the **Fonts and Colors** dialog scroll down to the C/C++ options and then choose a custom font and/or color.
1721

1822
## Outlining

0 commit comments

Comments
 (0)