Method

LspServerCapsset_type_hierarchy

Declaration

void
lsp_server_caps_set_type_hierarchy (
  LspServerCaps* self,
  LspTypeHierarchyOptions* value
)

Description

Sets the value of type_hierarchy.

Whether the server provides type hierarchy support.

Since:

3.17.0.

Parameters

value

Type: LspTypeHierarchyOptions

The new value of type_hierarchy.

The data is owned by the caller of the method.