SymbolInformation
Object Hierarchy:
Description:
public class SymbolInformation
Deprecated:
This type is still used in workspace/symbol, but DocumentSymbol is preferred for
document/symbol.
Represents information about programming constructs like variables, classes, interfaces, etc.
Content:
Properties:
- public string? container_name { get; set; }
The name of the symbol containing this symbol.
- public bool deprecated { get; set; }
Whether this symbol is deprecated.
- public SymbolKind kind { get; set; }
The kind of this symbol.
- public Location location { get; set; }
The location of this symbol.
- public string name { get; set; }
The name of this symbol.
- public SymbolTag tags { get; set; }
Tags for this symbol.
Creation methods:
Methods: