Method

LspServerCapsget_completion

Declaration

LspCompletionOptions*
lsp_server_caps_get_completion (
  LspServerCaps* self
)

Description

Gets the value of completion.

The server provides completion support.

Return value

Type: LspCompletionOptions

The value of completion.

The returned data is owned by the instance.
The return value can be NULL.