documentHighlight property

bool documentHighlight
final

Whether document highlight is enabled.

When enabled, all occurrences of the symbol at cursor position are highlighted. Controlled via 'textDocument/documentHighlight' request.

Implementation

final bool documentHighlight;