LSP::DidSaveNotification
Inherits LSP::Initializer < LSP::NotificationMessage < LSP::Initializer < JSON::Serializable < LSP::Message < Reference < Object
The document save notification is sent from the client to the server when the document was saved in the client.
Constructors
new(pull : JSON::PullParser)
The document save notification is sent from the client to the server when the document was saved in the client.
new
Instance methods
params
Sourceparams=(params : DidSaveTextDocumentParams)
Source