TypeHierarchyItem$Typings extension
Properties
-
detail
↔ String
-
More detail for this item, e.g. the signature of a function.
getter/setter pair
-
kind
↔ SymbolKind
-
The kind of this item.
getter/setter pair
-
name
↔ String
-
The name of this item.
getter/setter pair
-
range
↔ Range
-
The range enclosing this symbol not including leading/trailing whitespace
but everything else, e.g. comments and code.
getter/setter pair
-
selectionRange
↔ Range
-
The range that should be selected and revealed when this symbol is being
picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
getter/setter pair
-
tags
↔ ReadonlyArray<SymbolTag>
-
Tags for this item.
getter/setter pair
-
uri
↔ Uri
-
The resource identifier of this item.
getter/setter pair