DocumentRangeSemanticTokensProvider
小于 1 分钟
DocumentRangeSemanticTokensProvider
interface
官网地址
方法 Methods
getLegend
- 语法:
getLegend(): SemanticTokensLegend
- 参数:
-
- 返回值: SemanticTokensLegend
- 描述: ``
provideDocumentRangeSemanticTokens
- 语法:
provideDocumentRangeSemanticTokens(model: ITextModel, range: Range, token: CancellationToken): ProviderResult<SemanticTokens>
- 参数:
- model: ITextModel
- range: Range
- token: CancellationToken
- 返回值: ProviderResult<SemanticTokens>`
- 描述: ``