CodeActionKind$Typings extension
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 ifother
is a sub-kind of thisCodeActionKind
. -
intersects(
CodeActionKind other) → bool -
Available on CodeActionKind, provided by the CodeActionKind$Typings extension
Checks if this code action kind intersectsother
.