DidSaveTextDocumentParams

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.

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product