Skip to content

DocumentRangeSemanticTokensProvider

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.DocumentRangeSemanticTokensProvider.html

ts
interface DocumentRangeSemanticTokensProvider {
    getLegend(): SemanticTokensLegend;
    provideDocumentRangeSemanticTokens(model, range, token): ProviderResult<SemanticTokens>;
}

getLegend

provideDocumentRangeSemanticTokens