LSPNotification

langoustine.lsp.requests.LSPNotification
sealed abstract class LSPNotification(val notificationMethod: String)

Attributes

Source
requests.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object cancelRequest
object logTrace
object progress
object setTrace
object exit
object initialized
object didChange
object didClose
object didOpen
object didSave
object event
object didChange
object didClose
object didOpen
object didSave
object willSave
object logMessage
object showMessage
object cancel
Show all

Members list

Type members

Types

type In

Attributes

Source
requests.scala

Value members

Concrete methods

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

Attributes

Source
requests.scala

Concrete fields

val notificationMethod: String

Attributes

Source
requests.scala

Givens

Givens

given inputReader: Reader[In]

Attributes

Source
requests.scala
given inputWriter: Writer[In]

Attributes

Source
requests.scala