struct LSP::Message::WillSave
- LSP::Message::WillSave
- Struct
- Value
- Object
Overview
The document will save notification is sent from the client to the server before the document is actually saved.
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)