View Source GenLSP.Requests.WindowShowDocument (gen_lsp v0.8.1)

A request to show a document. This request might open an external program depending on the value of the URI to open. For example a request to open https://code.visualstudio.com/ will very likely open the URI in a WEB browser.

@since 3.16.0

Message Direction: serverToClient

Link to this section Summary

Link to this section Types

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