dotPeek 2020.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 wrapIf this checkbox is selected, code viewer wraps code lines to fit window width.
Visible white spacesToggles white space highlighting in the code viewer.
Line numbersIf this checkbox is selected, code viewer shows numbers for each line.
Vertical scrollbarIf this checkbox is selected, vertical scrollbar is shown in the code viewer.
Horizontal scrollbarIf this checkbox is selected, horizontal scrollbar is shown in the code viewer.
FontAllows 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, see Highlight Matching Delimiters.

Last modified: 08 March 2021