Method

LspCompletionItemget_insert_text_format

Declaration

LspInsertTextFormat
lsp_completion_item_get_insert_text_format (
  LspCompletionItem* self
)

Description

Gets the value of insert_text_format.

The format of the insert text. The format applies to both the insertText property and the newText property of a provided textEdit. If omitted defaults to InsertTextFormat.PlainText.

Return value

Type: LspInsertTextFormat

The value of insert_text_format.