CodeAction.this

Undocumented in source.
class CodeAction
@safe pure nothrow
this
(
string title = string.init
,,
Nullable!(Diagnostic[]) diagnostics = Nullable!(Diagnostic[]).init
,
Nullable!WorkspaceEdit edit = Nullable!WorkspaceEdit.init
,
Nullable!Command command = Nullable!Command.init
)

Meta