LSP::WillSaveNotification
Inherits LSP::Initializer < LSP::NotificationMessage < LSP::Initializer < JSON::Serializable < LSP::Message < Reference < Object
The document will save notification is sent from the client to the server before the document is actually saved.
Constructors
new(pull : JSON::PullParser)
The document will save notification is sent from the client to the server before the document is actually saved.
new
Instance methods
params
Sourceparams=(params : WillSaveTextDocumentParams)
Source