ReSharper 2018.1 Help

Highlighting Matching Delimiters

When you work with code in the editor, ReSharper can help you quickly understand code structure by highlighting the opening or closing delimiter ((), [], {}, and <>) when you set the caret at its pair. Any opening parenthesis, bracket, brace or quote (altogether called "delimiters") can be highlighted with color or outline whenever you place the caret at the corresponding closing delimiter, and vice versa.

If necessary, you can change the default behavior in the following ways:

  • Highlighting of matching delimiters can be turned off.
  • ReSharper can highlight the matching delimiter only when the caret is at outer side, or when it is at any side of its pair.
  • ReSharper can highlight matching delimiters with a color
    Coding Assistance Matching Delimiters Color
    or with an outline border:
    Coding Assistance Matching Delimiters Outline
  • The color of delimiter highlighting is configurable.

To define how ReSharper highlights matching delimiters, use the Highlight matching delimiters preference on the Environment | Editor | Editor Appearance page of ReSharper options.

To specify the color to highlight matching delimiters, go to the Visual Studio options (Tools | Options), open the Environment | Fonts and Colors page, and then select the desired colors for the ReSharper Brace Outline and/or ReSHarper Matched Brace items.

This feature is supported in the following languages and technologies:

Language: C# Language: VB.NET Language: C++ Language: HTML Language: ASP.NET Language: Razor Language: JavaScript Language: TypeScript Language: CSS Language: XML Language: XAML Language: Resx Language: Build Scripts Language: Protobuf Language: JSON
Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is not available Feature is available

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by Language section.

Last modified: 20 August 2018