Struct
LspInlayHintOptions
Description
struct LspInlayHintOptions {
gboolean _supported;
gboolean _resolve_provider;
}
Options for inlay hint support.
Since: 3.17.0.
Structure members
_supported:gbooleanWhether the capability object is present.
_resolve_provider:gbooleanWhether the server supports resolving additional information for an inlay hint.