notebookDocument

langoustine.lsp.requests.notebookDocument

Attributes

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

Members list

Type members

Classlikes

object didChange extends LSPNotification

Attributes

Source
requests.scala
Supertypes
class Object
trait Matchable
class Any
Self type
didChange.type
object didClose extends LSPNotification

A notification sent when a notebook closes.

A notification sent when a notebook closes.

Attributes

Since

3.17.0

Source
requests.scala
Supertypes
class Object
trait Matchable
class Any
Self type
didClose.type
object didOpen extends LSPNotification

A notification sent when a notebook opens.

A notification sent when a notebook opens.

Attributes

Since

3.17.0

Source
requests.scala
Supertypes
class Object
trait Matchable
class Any
Self type
didOpen.type
object didSave extends LSPNotification

A notification sent when a notebook document is saved.

A notification sent when a notebook document is saved.

Attributes

Since

3.17.0

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