Method

LspServerCapsget_inlay_hint

Declaration

void
lsp_server_caps_get_inlay_hint (
  LspServerCaps* self,
  LspInlayHintOptions* result
)

Description

Gets the value of inlay_hint.

Whether the server provides inlay hint support.

Since:

3.17.0.

Parameters

result

Type: LspInlayHintOptions

The value of inlay_hint.

The argument will be set by the function.
The returned data is owned by the instance.