GenLSP.Protocol.Structures.BaseSymbolInformation (gen_lsp v0.0.1)

A base for all symbol information.

properties

Properties

name :: string (required)

The name of this symbol.

kind :: SymbolKind (required)

The kind of this symbol.

tags :: unimplemented doc type

Tags for this symbol.

@since 3.16.0

containerName :: 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.