struct LSP::Message::DidSave
- LSP::Message::DidSave
- Struct
- Value
- Object
Overview
The document save notification is sent from the client to the server when the document was saved in the client.
Included Modules
- JSON::Serializable
Defined in:
lsp/message.crConstructors
Class Method Summary
Instance Method Summary
- #jsonrpc : String
- #jsonrpc=(jsonrpc : String)
- #method : String
- #method=(method : String)
- #params : Params
- #params=(params : Params)