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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source