View Source GenLSP.Structures.TypeHierarchyPrepareParams (gen_lsp v0.8.1)

The parameter of a textDocument/prepareTypeHierarchy request.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • work_done_token: An optional token that a server can use to report work done progress.
  • text_document: The text document.
  • position: The position inside the text document.

Link to this section Types

@type t() :: %GenLSP.Structures.TypeHierarchyPrepareParams{
  position: GenLSP.Structures.Position.t(),
  text_document: GenLSP.Structures.TextDocumentIdentifier.t(),
  work_done_token: GenLSP.TypeAlias.ProgressToken.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.TypeHierarchyPrepareParams{}

View Source (struct)

fields

Fields

  • work_done_token: An optional token that a server can use to report work done progress.
  • text_document: The text document.
  • position: The position inside the text document.