struct

LSP::DidOpenTextDocumentParams

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text_document

The document that was opened.

Source
text_document=(text_document : TextDocumentItem)

The document that was opened.

Source