The document range semantic tokens provider interface defines the contract between extensions and semantic tokens.

Fields

provideDocumentRangeSemanticTokens(document:TextDocument, range:Range, token:CancellationToken):ProviderResult<SemanticTokens>

@link DocumentSemanticTokensProvider.provideDocumentSemanticTokens provideDocumentSemanticTokens}.

See also:

  • {