GenLSP.Requests.TypeHierarchySupertypes (gen_lsp v0.0.7)

A request to resolve the supertypes for a given TypeHierarchyItem.

@since 3.17.0

Link to this section Summary

Link to this section Types

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