View Source GenLSP.TypeAlias.Definition (gen_lsp v0.10.0)
The definition of a symbol represented as one or many {@link Location locations}. For most programming languages there is only one location at which a symbol is defined.
Servers should prefer returning DefinitionLink
over Definition
if supported
by the client.
Link to this section Summary
Link to this section Types
@type t() :: GenLSP.Structures.Location.t() | [GenLSP.Structures.Location.t()]