Method

LspServerCapsset_completion

Declaration

void
lsp_server_caps_set_completion (
  LspServerCaps* self,
  LspCompletionOptions* value
)

Description

Sets the value of completion.

The server provides completion support.

Parameters

value

Type: LspCompletionOptions

The new value of completion.

The argument can be NULL.
The data is owned by the caller of the method.