class LSP::ShowMessageNotification
- LSP::ShowMessageNotification
- LSP::NotificationMessage
- Reference
- 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
Defined in:
notifications/window/show_message.crConstructors
-
.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(**args)
Instance Method Summary
Instance methods inherited from class LSP::NotificationMessage
method : String
method,
method=(method : String)
method=
Constructor methods inherited from class LSP::NotificationMessage
new(pull : JSON::PullParser)new(**args) new
Constructor Detail
def self.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.