Represents programming constructs like functions or constructors in the context of call hierarchy.

Available since

3.16.0

.

Fields

@:optionaloptionaluri:Null<DocumentUri>

The resource identifier of this item.

@:optionaloptionaltags:Null<Array<SymbolTag>>

Tags for this item.

@:optionaloptionalselectionRange: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.

@:optionaloptionalrange:Null<Range>

The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.

name:String

The name of this item.

kind:SymbolKind

The kind of this item.

@:optionaloptionaletail:Null<String>

More detail for this item, e.g. the signature of a function.

@:optionaloptionaldata:Null<LSPAny>

A data entry field that is preserved between a call hierarchy prepare and incoming calls or outgoing calls requests.