documentColor property
Whether document color information is enabled.
When enabled, the server identifies color values in the document. Controlled via 'textDocument/documentColor' request.
Implementation
final bool documentColor;
Whether document color information is enabled.
When enabled, the server identifies color values in the document. Controlled via 'textDocument/documentColor' request.
final bool documentColor;