View source
class DocumentColorRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.ColorProvider
A request to list all color symbols found in a given text document. The request's parameter is of type DocumentColorParams the response is of type ColorInformation[] or a Thenable that resolves to such.