DocumentSymbol
Represents programming constructs like variables, classes, interfaces etc. that appear in a document. Document symbols can be hierarchical and they have two ranges: one that encloses its definition and one that points to its most interesting range, e.g. the range of an identifier.
Properties
Link copied to clipboard
Children of this symbol, e.g. properties of a class.
Link copied to clipboard
The kind of this symbol.
Link copied to clipboard
The range that should be selected and reveal when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode DocumentSymbol.range range}.
Link copied to clipboard
Tags for this symbol.