TextDocumentPositionParams

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.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product