Struct

LspInlayHintOptions

Description

struct LspInlayHintOptions {
  gboolean _supported;
  gboolean _resolve_provider;
}

Options for inlay hint support.

Since: 3.17.0.

Structure members
_supported: gboolean

Whether the capability object is present.

_resolve_provider: gboolean

Whether the server supports resolving additional information for an inlay hint.

Instance methods

lsp_inlay_hint_options_init
No description available.

lsp_inlay_hint_options_init_from_variant
No description available.

lsp_inlay_hint_options_to_variant
No description available.

lsp_inlay_hint_options_get_supported

Gets the value of supported.

lsp_inlay_hint_options_get_resolve_provider

Gets the value of resolve_provider.

lsp_inlay_hint_options_set_resolve_provider

Sets the value of resolve_provider.