GenLSP.Protocol.Structures.CallHierarchyItem (gen_lsp v0.0.1)
Represents programming constructs like functions or constructors in the context of call hierarchy.
@since 3.16.0
properties
Properties
name :: string (required)
The name of this item.
kind :: SymbolKind (required)
The kind of this item.
tags :: unimplemented doc type
Tags for this item.
detail :: string
More detail for this item, e.g. the signature of a function.
uri :: DocumentUri (required)
The resource identifier of this item.
range :: Range (required)
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
selectionRange :: Range (required)
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function.
Must be contained by the range
.
data :: LSPAny
A data entry field that is preserved between a call hierarchy prepare and incoming calls or outgoing calls requests.