Method
LspCompletionClientCapsset_insert_text_modes
Declaration
void
lsp_completion_client_caps_set_insert_text_modes (
LspCompletionClientCaps* self,
LspInsertTextModeFlags value
)
Description
Sets the value of insert_text_modes.
The client supports the insertTextMode property on a completion item to override the whitespace handling mode as defined by the client (see insertTextMode).
Since:
3.16.0.
Parameters
value-
Type:
LspInsertTextModeFlagsThe new value of
insert_text_modes.