didOpen

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

The document open notification is sent from the client to the server to signal newly opened text documents. The document's truth is now managed by the client and the server must not try to read the document's truth using the document's uri. Open in this sense means it is managed by the client. It doesn't necessarily mean that its content is presented in an editor. An open notification must not be sent more than once without a corresponding close notification send before. This means open and close notification must be balanced and the max open count is one.

Attributes

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

Members list

Type members

Types

Attributes

Source
requests.scala

Value members

Concrete methods

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

Attributes

Inherited from:
notifications_textDocument_didOpen (hidden)
Source
codecs.scala