GenLSP.Requests.TextDocumentPrepareCallHierarchy (gen_lsp v0.0.7)
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
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Requests.TextDocumentPrepareCallHierarchy{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.CallHierarchyPrepareParams.t() | nil }