LSP::Message::ShowMessageRequest
Inherits JSON::Serializable < Struct < Value < Object
The show message request is sent from a server to a client to ask the client to display a particular message in the user interface. In addition to the show message notification the request allows to pass actions and to wait for an answer from the client.
Constructors
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Class methods
empty_result
Sourcemethod
SourceInstance methods
error_response_from_json(input)
Sourceid
id=(id : Int64 | String)
jsonrpc
jsonrpc=(jsonrpc : String)
method
method=(method : String)
new_error_response
Sourcenew_response
Sourceparams
params=(params : Params)
response_from_json(input)
Source