Method

LspCompletionItemadd_additional_text_edit

Declaration

void
lsp_completion_item_add_additional_text_edit (
  LspCompletionItem* self,
  LspTextEdit* edit
)

Description

Appends an edit to LspCompletionItem:additional-text-edits.

Parameters

edit

Type: LspTextEdit

No description available.

The data is owned by the caller of the method.