SemanticTokensEdits

Represents edits to semantic tokens.

See also

provideDocumentSemanticTokensEdits

Constructors

Link copied to clipboard
constructor(edits: ReadonlyArray<SemanticTokensEdit>, resultId: String = definedExternally)

Create new semantic tokens edits.

Properties

Link copied to clipboard

The edits to the tokens data. All edits refer to the initial data state.

Link copied to clipboard

The result id of the tokens.