dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
InitializationOptions.Capabilities
dls
protocol
interfaces
general
InitializeParams
InitializationOptions
Undocumented in source.
class
InitializationOptions
static final
class
Capabilities {
bool
hover
;
bool
completion
;
bool
definition
;
bool
typeDefinition
;
bool
references
;
bool
documentHighlight
;
bool
documentSymbol
;
bool
workspaceSymbol
;
bool
codeAction
;
bool
documentFormatting
;
bool
documentRangeFormatting
;
bool
documentOnTypeFormatting
;
bool
rename
;
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Variables
codeAction
bool
codeAction
;
Undocumented in source.
completion
bool
completion
;
Undocumented in source.
definition
bool
definition
;
Undocumented in source.
documentFormatting
bool
documentFormatting
;
Undocumented in source.
documentHighlight
bool
documentHighlight
;
Undocumented in source.
documentOnTypeFormatting
bool
documentOnTypeFormatting
;
Undocumented in source.
documentRangeFormatting
bool
documentRangeFormatting
;
Undocumented in source.
documentSymbol
bool
documentSymbol
;
Undocumented in source.
hover
bool
hover
;
Undocumented in source.
references
bool
references
;
Undocumented in source.
rename
bool
rename
;
Undocumented in source.
typeDefinition
bool
typeDefinition
;
Undocumented in source.
workspaceSymbol
bool
workspaceSymbol
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
general
InitializeParams
InitializationOptions
classes
Capabilities
Symbol
constructors
this
variables
autoUpdate
capabilities
catchErrors
logFile
preReleaseBuilds
safeMode
symbol