class LSP::DidSaveNotification
- LSP::DidSaveNotification
- LSP::NotificationMessage
- Reference
- Object
Overview
The document save notification is sent from the client to the server when the document was saved in the client.
Included Modules
Defined in:
notifications/text_synchronization/did_save.crConstructors
-
.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(**args)
Instance Method Summary
Instance methods inherited from class LSP::NotificationMessage
method : String
method,
method=(method : String)
method=
Constructor methods inherited from class LSP::NotificationMessage
new(pull : JSON::PullParser)new(**args) new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
The document save notification is sent from the client to the server when the document was saved in the client.