didClose

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

The document close notification is sent from the client to the server when the document got closed in the client. The document's truth now exists where the document's uri points to (e.g. if the document's uri is a file uri the truth now exists on disk). As with the open notification the close notification is about managing the document's content. Receiving a close notification doesn't mean that the document was open in an editor before. A close notification requires a previous open notification to be sent.

Attributes

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

Members list

Type members

Types

Attributes

Source
requests.scala

Value members

Concrete methods

override def apply(in: DidCloseTextDocumentParams): 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_textDocument_didClose (hidden)
Source
codecs.scala
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_textDocument_didClose (hidden)
Source
codecs.scala