DocumentColorProvider
The document color provider defines the contract between extensions and feature of picking and modifying colors in the editor.
Functions
Link copied to clipboard
abstract fun provideDocumentColors(document: TextDocument, token: CancellationToken): ProviderResult<ReadonlyArray<ColorInformation>>
Provide colors for the given document.