class

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.

Source
new

Instance methods

params
Source
params=(params : ShowMessageParams)
Source