• Creates a new symbol information literal.

    Parameters

    • name: string

      The name of the symbol.

    • kind: SymbolKind

      The kind of the symbol.

    • range: Range

      The range of the location of the symbol.

    • uri: string

      The resource of the location of symbol.

    • OptionalcontainerName: string

      The name of the symbol containing the symbol.

    Returns SymbolInformation