documentHighlight property
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;
Whether document highlight is enabled.
When enabled, all occurrences of the symbol at cursor position are highlighted. Controlled via 'textDocument/documentHighlight' request.
final bool documentHighlight;