class

LSProtocol::DidSaveTextDocumentParams

Inherits JSON::Serializable / Reference / Object

The parameters sent in a save text document notification

Constructors

new(pull : JSON::PullParser)
Source
new(text_document : TextDocumentIdentifier | Nil, text : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text

Optional the content when saved. Depends on the includeText value when the save notification was requested.

Source
text_document

The document that was saved.

Source