CodeAction

Undocumented in source.

Constructors

this
this(Command command)
Undocumented in source.
this
this(string title, WorkspaceEdit edit)
Undocumented in source.

Members

Structs

Disabled
struct Disabled
Undocumented in source.

Variables

command
Optional!Command command;
Undocumented in source.
data
OptionalJsonValue data;
Undocumented in source.
diagnostics
Optional!(Diagnostic[]) diagnostics;
Undocumented in source.
disabled
Optional!Disabled disabled;
Undocumented in source.
edit
Optional!WorkspaceEdit edit;
Undocumented in source.
isPreferred
Optional!bool isPreferred;
Undocumented in source.
kind
Optional!CodeActionKind kind;
Undocumented in source.
title
string title;
Undocumented in source.

Meta