TextDocumentPositionParams

langoustine.lsp.structures.TextDocumentPositionParams
See theTextDocumentPositionParams companion object
case class TextDocumentPositionParams(textDocument: TextDocumentIdentifier, position: Position)

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

Value parameters

position

The position inside the text document.

textDocument

The text document.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product