dls v0.12.0 (2018-09-17T20:08:40Z)
Dub
Repo
CodeAction.this
dls
protocol
interfaces
text_document
CodeAction
Undocumented in source.
class
CodeAction
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