LSP::ShowMessageNotification
Inherits LSP::Initializer < LSP::NotificationMessage < LSP::Initializer < JSON::Serializable < LSP::Message < Reference < Object
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.
Constructors
new(pull : JSON::PullParser)
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.
new
Instance methods
params
Sourceparams=(params : ShowMessageParams)
Source