View Source GenLSP.Requests.TextDocumentDocumentLink (gen_lsp v0.10.0)
A request to provide document links
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type result() :: [GenLSP.Structures.DocumentLink.t()] | nil
@type t() :: %GenLSP.Requests.TextDocumentDocumentLink{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DocumentLinkParams.t() | nil }