VS Code API
    Preparing search index...

    Class SemanticTokens

    Represents semantic tokens, either in a range or in an entire document.

    Index

    Constructors

    Properties

    Constructors

    Properties

    The actual tokens data.

    provideDocumentSemanticTokens for an explanation of the format.

    resultId: string | undefined

    The result id of the tokens.

    This is the id that will be passed to DocumentSemanticTokensProvider.provideDocumentSemanticTokensEdits (if implemented).