DidSaveTextDocumentParams

langoustine.lsp.structures.DidSaveTextDocumentParams
See theDidSaveTextDocumentParams companion object
case class DidSaveTextDocumentParams(textDocument: TextDocumentIdentifier, text: Opt[String])

The parameters sent in a save text document notification

Value parameters

text

Optional the content when saved. Depends on the includeText value when the save notification was requested.

textDocument

The document that was saved.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product