DocumentColorProvider
小于 1 分钟
DocumentColorProvider
interface
官网地址
方法 Methods
provideColorPresentations
- 语法:
provideColorPresentations(model: ITextModel, colorInfo: IColorInformation, token: CancellationToken): ProviderResult<IColorPresentation[]>
- 参数:
- model: ITextModel
- position: IColorInformation
- token: CancellationToken
- 返回值: ProviderResult<IColorPresentation>`
- 描述:
提供颜色的字符串表示形式。
provideDocumentColors
- 语法:
provideDocumentColors(model: ITextModel, token: CancellationToken): ProviderResult<IColorInformation[]>
- 参数:
- model: ITextModel
- token: CancellationToken
- 返回值: ProviderResult<IColorInformation>`
- 描述:
提供特定型号的颜色范围。