ReSharper extends the default highlighting support of Visual Studio with highlighting for fields, local variables, types, and more, in both C# and VB.NET. In particular, you can easily distinguish between local variables and fields in your code.
To switch ReSharper syntax highlighting on or off
- Choose ReSharper | Options to display the ReSharper Options dialog box.
- Open the Code Inspection | Settings tab.
- Select Color Identifiers to enable ReSharper syntax highlighting or clear the check box to disable this feature.
- Click OK.
For guidelines on how to configure fonts and colors for ReSharper syntax highlighting, see
Default syntax highlighting for C#:
Default syntax highlighting for VB.NET:
