API Version: 3.0
Library Version: 3.0
Generated by gi-docgen 2026.1
void lsp_completion_item_set_preselect ( LspCompletionItem* self, gboolean value )
Sets the value of preselect.
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.
value
Type: gboolean
gboolean
The new value of preselect.