CustomNotification

langoustine.lsp.requests.CustomNotification
abstract class CustomNotification[I](method: String)(using ir: ReadWriter[I]) extends LSPNotification

Attributes

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

Members list

Type members

Types

override type In = I

Attributes

Source
requests.scala

Value members

Inherited methods

Attributes

Inherited from:
LSPNotification
Source
requests.scala

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification
Source
requests.scala

Givens

Givens

override given inputReader: Reader[In]

Attributes

Source
requests.scala
override given inputWriter: Writer[In]

Attributes

Source
requests.scala