struct LSP::Message::ShowMessage
- LSP::Message::ShowMessage
- Struct
- Value
- Object
Overview
The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.
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)