class

LSProtocol::DidOpenTextDocumentParams

Inherits JSON::Serializable / Reference / Object

The parameters sent in an open text document notification

Constructors

new(pull : JSON::PullParser)
Source
new(text_document : TextDocumentItem | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text_document

The document that was opened.

Source