showMessage

langoustine.lsp.requests.window.showMessage
object showMessage extends LSPNotification

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.

Attributes

Source
requests.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

Attributes

Source
requests.scala

Value members

Concrete methods

override def apply(in: ShowMessageParams): PreparedNotification[this.type]

Attributes

Definition Classes
Source
requests.scala

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification
Source
requests.scala

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
notifications_window_showMessage (hidden)
Source
codecs.scala
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_window_showMessage (hidden)
Source
codecs.scala