Method

LspInitializeParamsget_capabilities

Declaration

LspClientCaps*
lsp_initialize_params_get_capabilities (
  LspInitializeParams* self
)

Description

Gets the value of capabilities.

The capabilities of the client / editor.

Return value

Type: LspClientCaps

The value of capabilities.

The returned data is owned by the instance.