Available since

3.17.0

.

Fields

uri:DocumentUri

The resource identifier of this item.

@:optionaloptionaltags:Null<Array<SymbolTag>>

Tags for this item.

selectionRange: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.

range: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.

@:optionaloptionaldetail: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 type hierarchy prepare and supertypes or subtypes requests. It could also be used to identify the type hierarchy in the server, helping improve the performance on resolving supertypes and subtypes.