Method
LspServerCapsget_type_hierarchy
Declaration
void
lsp_server_caps_get_type_hierarchy (
LspServerCaps* self,
LspTypeHierarchyOptions* result
)
Description
Gets the value of type_hierarchy.
Whether the server provides type hierarchy support.
Since:
3.17.0.
Parameters
result-
Type:
LspTypeHierarchyOptionsThe value of
type_hierarchy.The argument will be set by the function. The returned data is owned by the instance.