Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Bracket Highlighting creates visible highlights around sets of delimiters (parentheses, square brackets, and curly braces) when the caret is next to them.

Image Added

In the screenshot above, the caret is next to a } character which the C# language implementation recognizes as a bracket that should receive highlighting. Thus its background is highlighted, as shown above in orange, along with the matching { bracket's background. Please note that we've changed the bracket highlighting's background fill color in this example to demonstrate this feature.

Move/Select to Matching Bracket

You can quickly move the caret between the two brackets by using the Ctrl+] key.

Image Added

Also you can press Ctrl+Shift+] to select all of the text inside of the two brackets. This makes it very easy to update existing template content.