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

A parameter literal used in requests to pass a text document and a position inside that document.

Link to this section Summary

Functions

Fields

  • text_document: The text document.
  • position: The position inside the text document.

Link to this section Types

@type t() :: %GenLSP.Structures.TextDocumentPositionParams{
  position: GenLSP.Structures.Position.t(),
  text_document: GenLSP.Structures.TextDocumentIdentifier.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.TextDocumentPositionParams{}

View Source (struct)

fields

Fields

  • text_document: The text document.
  • position: The position inside the text document.