dotPeek 2023.3 Help

Viewer

Tools | Options | Environment | Viewer

This page of dotPeek options allows you to adjust dotPeek's features in the code viewer.

Text Control

Highlight current line

Select this checkbox to allow the current line to be highlighted as you work with the code.

Word wrap

If this checkbox is selected, code viewer wraps code lines to fit window width.

Visible white spaces

Toggles white space highlighting in the code viewer.

Line numbers

If this checkbox is selected, code viewer shows numbers for each line.

Vertical scrollbar

If this checkbox is selected, vertical scrollbar is shown in the code viewer.

Horizontal scrollbar

If this checkbox is selected, horizontal scrollbar is shown in the code viewer.

Font

Allows choosing font family and size for code shown in the code viewer.

Code Highlight

Color identifiers

This option lets you enable or disable ReSharper-style syntax highlighting scheme.

Note that by disabling this option you also disable symbol information tooltips that appear on mouse over.

Highlight matching delimiters

When this checkbox is selected, any closing delimiter (bracket, brace, parenthesis or quote) is highlighted when the caret is:

  • Immediately to the left of the corresponding opening delimiter if you selected at outer side.

  • At any side of the opening delimiter if you selected at both sides.

For more information, refer to Highlighting of matching code elements.

Last modified: 08 March 2021