Method

LspCompletionItemget_preselect

Declaration

gboolean
lsp_completion_item_get_preselect (
  LspCompletionItem* self
)

Description

Gets the value of preselect.

Select this item when showing.

Note that only one completion item can be selected and that the tool / client decides which item that is. The rule is that the first item of those that match best is selected.

Return value

Type: gboolean

The value of preselect.