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

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product