Method
LspInlayHintOptionsset_resolve_provider
Declaration
void
lsp_inlay_hint_options_set_resolve_provider (
LspInlayHintOptions* self,
gboolean value
)
Description
Sets the value of resolve_provider.
Whether the server supports resolving additional information for an inlay hint.
Parameters
self-
Type:
LspInlayHintOptionsNo description available.
The argument can be NULL. value-
Type:
gbooleanThe new value of
resolve_provider.