Method

LspInlayHintget_tooltip

Declaration

LspMarkupContent*
lsp_inlay_hint_get_tooltip (
  LspInlayHint* self
)

Description

Gets the value of tooltip.

The tooltip text when hovering over this hint.

Return value

Type: LspMarkupContent

The value of tooltip.

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