Method

LspServerCapsset_inlay_hint

Declaration

void
lsp_server_caps_set_inlay_hint (
  LspServerCaps* self,
  LspInlayHintOptions* value
)

Description

Sets the value of inlay_hint.

Whether the server provides inlay hint support.

Since:

3.17.0.

Parameters

value

Type: LspInlayHintOptions

The new value of inlay_hint.

The data is owned by the caller of the method.