Theia API Documentation v1.65.0
    Preparing search index...

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

    interface DocumentRangeSemanticTokensProvider {
        provideDocumentRangeSemanticTokens(
            document: TextDocument,
            range: Range,
            token: CancellationToken,
        ): ProviderResult<SemanticTokens>;
    }
    Index

    Methods