Method

LspCompletionItemget_command

Declaration

LspCommand*
lsp_completion_item_get_command (
  LspCompletionItem* self
)

Description

Gets the value of command.

An optional command that is executed after inserting this completion. Note that additional modifications to the current document should be described with the additionalTextEdits-property.

Return value

Type: LspCommand

The value of command.

The returned data is owned by the instance.
The return value can be NULL.