View Source GenLSP.TypeAlias.DeclarationLink (gen_lsp v0.10.0)
Information about where a symbol is declared.
Provides additional metadata over normal {@link Location location} declarations, including the range of the declaring symbol.
Servers should prefer returning DeclarationLink
over Declaration
if supported
by the client.
Link to this section Summary
Link to this section Types
@type t() :: GenLSP.Structures.LocationLink.t()