class LSProtocol::WillSaveTextDocumentParams
- LSProtocol::WillSaveTextDocumentParams
- Reference
- Object
Overview
The parameters sent in a will save text document notification.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(reason : TextDocumentSaveReason | Nil, text_document : TextDocumentIdentifier | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#reason : TextDocumentSaveReason
The 'TextDocumentSaveReason'.
-
#text_document : TextDocumentIdentifier
The document that will be saved.