Method

LspCodeActionset_kind

Declaration

void
lsp_code_action_set_kind (
  LspCodeAction* self,
  LspCodeActionKind value
)

Description

Sets the value of kind.

The kind of the code action.

Used to filter code actions.

Parameters

value

Type: LspCodeActionKind

The new value of kind.