Options
All
  • Public
  • Public/Protected
  • All
Menu

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

see

provideDocumentSemanticTokens for an explanation of the format.

see

SemanticTokensBuilder for a helper to create an instance.

层级

  • SemanticTokens

索引

Constructors(1)

Properties(2)

Constructors(1)

constructor

  • new SemanticTokens(data: Uint32Array, resultId?: string): SemanticTokens

Properties(2)

Optional Readonly resultId

resultId: string

The result id of the tokens.

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

Readonly data

data: Uint32Array

The actual tokens data.

see

provideDocumentSemanticTokens for an explanation of the format.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹