class

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.

Source
new

Instance methods

params
Source
params=(params : DidSaveTextDocumentParams)
Source