lsp.BaseSymbolInformation
A base for all symbol information.
@since 3.16.0
Fields4
BaseSymbolInformation.name : string
The name of this symbol.
BaseSymbolInformation.kind : lsp.SymbolKind
The kind of this symbol.
BaseSymbolInformation.tags : lsp.SymbolTag[] | nil
BaseSymbolInformation.containerName : nil | string
The name of the symbol containing this symbol. This information is for user interface purposes (e.g. to render a qualifier in the user interface if necessary). It can't be used to re-infer a hierarchy for the document symbols.