dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
ColorInformation
dls
protocol
interfaces
text_document
Undocumented in source.
final
class
ColorInformation {
Range
range
;
Color
color
;
this
(Range range, Color color);
}
Constructors
this
this
(Range range, Color color)
Undocumented in source.
Members
Variables
color
Color
color
;
Undocumented in source.
range
Range
range
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
text_document
aliases
CodeActionRegistrationOptions
CodeLensParams
DidCloseTextDocumentParams
DocumentColorParams
DocumentLinkParams
DocumentSymbolParams
FoldingRangeParams
classes
CodeAction
CodeActionContext
CodeActionParams
CodeLens
CodeLensRegistrationOptions
Color
ColorInformation
ColorPresentation
ColorPresentationParams
CompletionContext
CompletionItem
CompletionList
CompletionParams
CompletionRegistrationOptions
DidChangeTextDocumentParams
DidOpenTextDocumentParams
DidSaveTextDocumentParams
DocumentFormattingParams
DocumentHighlight
DocumentLink
DocumentLinkRegistrationOptions
DocumentOnTypeFormattingParams
DocumentOnTypeFormattingRegistrationOptions
DocumentRangeFormattingParams
DocumentSymbol
FoldingRange
FormattingOptions
Hover
ParameterInformation
PublishDiagnosticsParams
ReferenceContext
ReferenceParams
RenameParams
RenameRegistrationOptions
SignatureHelp
SignatureHelpRegistrationOptions
SignatureInformation
SymbolInformation
TextDocumentChangeRegistrationOptions
TextDocumentContentChangeEvent
TextDocumentSaveRegistrationOptions
WillSaveTextDocumentParams
enums
CodeActionKind
CompletionItemKind
CompletionTriggerKind
DocumentHighlightKind
FoldingRangeKind
InsertTextFormat
SymbolKind
TextDocumentSaveReason