View source
typedef BaseSymbolInformation
package languageServerProtocol
import languageServerProtocol.Types
A base for all symbol information.
Fields
optionalcontainerName:Null<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.