class

LSProtocol::WillSaveTextDocumentParams

Inherits JSON::Serializable / Reference / Object

The parameters sent in a will save text document notification.

Constructors

new(reason : TextDocumentSaveReason | Nil, text_document : TextDocumentIdentifier | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

reason

The 'TextDocumentSaveReason'.

Source
text_document

The document that will be saved.

Source