GenLSP.Requests.TextDocumentDocumentLink (gen_lsp v0.0.7)

A request to provide document links

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Requests.TextDocumentDocumentLink{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.DocumentLinkParams.t() | nil
}