View source
typedef CallHierarchyItem
package languageServerProtocol
import languageServerProtocol.Types
Represents programming constructs like functions or constructors in the context of call hierarchy.
Available since
3.16.0
.Fields
optionalselectionRange:Null<Range>
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
.