CodeAction$Typings extension

on

Properties

command Command

Available on CodeAction, provided by the CodeAction$Typings extension

A {@link Command} this code action executes.
getter/setter pair
diagnostics List<Diagnostic>

Available on CodeAction, provided by the CodeAction$Typings extension

{@link Diagnostic Diagnostics} that this code action resolves.
getter/setter pair
disabled ↔ dynamic

Available on CodeAction, provided by the CodeAction$Typings extension

Marks that the code action cannot currently be applied.
getter/setter pair
edit WorkspaceEdit

Available on CodeAction, provided by the CodeAction$Typings extension

A {@link WorkspaceEdit workspace edit} this code action performs.
getter/setter pair
isPreferred bool

Available on CodeAction, provided by the CodeAction$Typings extension

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

Available on CodeAction, provided by the CodeAction$Typings extension

{@link CodeActionKind Kind} of the code action.
getter/setter pair
title String

Available on CodeAction, provided by the CodeAction$Typings extension

A short, human-readable, title for this code action.
getter/setter pair