Method
LspCallHierarchyItemset_selection_range
Declaration
void
lsp_call_hierarchy_item_set_selection_range (
LspCallHierarchyItem* self,
LspRange* value
)
Description
Sets the value of selection_range.
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function.
Parameters
value-
Type:
LspRangeThe new value of
selection_range.The data is owned by the caller of the method.