dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
CodeAction.this
dls
protocol
interfaces
text_document
CodeAction
Undocumented in source.
class
CodeAction
@
safe
pure nothrow
this
(
string
title
=
string.init
,
Nullable
!
CodeActionKind
kind
=
Nullable
!
CodeActionKind.init
,
Nullable
!(
Diagnostic
[])
diagnostics
=
Nullable
!(
Diagnostic
[]).
init
,
Nullable
!
WorkspaceEdit
edit
=
Nullable
!
WorkspaceEdit.init
,
Nullable
!
Command
command
=
Nullable
!
Command.init
)
Meta
Source
See Implementation
dls
protocol
interfaces
text_document
CodeAction
constructors
this
variables
command
diagnostics
edit
kind
title