semanticHighlighting property

bool semanticHighlighting
final

Whether semantic token highlighting is enabled.

When enabled, the server provides semantic tokens for syntax highlighting beyond basic syntax. Controlled via 'textDocument/semanticTokens/full' request.

Implementation

final bool semanticHighlighting;