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

A request to result a CallHierarchyItem in a document at a given position. Can be used as an input to an incoming or outgoing call hierarchy.

@since 3.16.0

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type result() :: [GenLSP.Structures.CallHierarchyItem.t()] | nil
@type t() :: %GenLSP.Requests.TextDocumentPrepareCallHierarchy{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.CallHierarchyPrepareParams.t() | nil
}