Interface SemanticTokensOptions

3.16.0

interface SemanticTokensOptions {
    full?: boolean | SemanticTokensFullDelta;
    legend: SemanticTokensLegend;
    range?: boolean | {};
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

full?: boolean | SemanticTokensFullDelta

Server supports providing semantic tokens for a full document.

The legend used by the server

range?: boolean | {}

Server supports providing semantic tokens for a specific range of a document.

workDoneProgress?: boolean