willSave

langoustine.lsp.requests.textDocument.willSave
object willSave extends LSPNotification

A document will save notification is sent from the client to the server before the document is actually saved.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
willSave.type

Members list

Type members

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
notifications_textDocument_willSave (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_textDocument_willSave (hidden)