CodeActionKind$Typings extension

on

Properties

value String

Available on CodeActionKind, provided by the CodeActionKind$Typings extension

String value of the kind, e.g. "refactor.extract.function".
no setter

Methods

append(String parts) CodeActionKind

Available on CodeActionKind, provided by the CodeActionKind$Typings extension

Create a new kind by appending a more specific selector to the current kind.
contains(CodeActionKind other) bool

Available on CodeActionKind, provided by the CodeActionKind$Typings extension

Checks if other is a sub-kind of this CodeActionKind.
intersects(CodeActionKind other) bool

Available on CodeActionKind, provided by the CodeActionKind$Typings extension

Checks if this code action kind intersects other.