SymbolInformation

Represents information about programming constructs like variables, classes, interfaces etc.

Online Documentation

Constructors

Link copied to clipboard
constructor(name: String, kind: SymbolKind, containerName: String, location: Location)

Creates a new symbol information object.

Properties

Link copied to clipboard

The name of the symbol containing this symbol.

Link copied to clipboard

The kind of this symbol.

Link copied to clipboard

The location of this symbol.

Link copied to clipboard

The name of this symbol.

Link copied to clipboard

Tags for this symbol.