CodeAction$Typings extension
Properties
-
command
↔ Command
-
A {@link Command} this code action executes.
getter/setter pair
-
diagnostics
↔ List<Diagnostic>
-
{@link Diagnostic Diagnostics} that this code action resolves.
getter/setter pair
-
disabled
↔ dynamic
-
Marks that the code action cannot currently be applied.
getter/setter pair
-
edit
↔ WorkspaceEdit
-
A {@link WorkspaceEdit workspace edit} this code action performs.
getter/setter pair
-
isPreferred
↔ bool
-
Marks this as a preferred action. Preferred actions are used by the
auto fix
command and can be targeted
by keybindings.
getter/setter pair
-
kind
↔ CodeActionKind
-
{@link CodeActionKind Kind} of the code action.
getter/setter pair
-
title
↔ String
-
A short, human-readable, title for this code action.
getter/setter pair