View Source GenLSP.Structures.TextDocumentPositionParams (gen_lsp v0.10.0)
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
fields
Fields
- text_document: The text document.
- position: The position inside the text document.