Method

LspServerCapsset_signature_help

Declaration

void
lsp_server_caps_set_signature_help (
  LspServerCaps* self,
  LspSignatureHelpOptions* value
)

Description

Sets the value of signature_help.

The server provides signature help support.

Parameters

value

Type: LspSignatureHelpOptions

The new value of signature_help.

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