struct

LSP::DidSaveTextDocumentParams

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text

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

Source
text=(text : String | Nil)

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

Source
text_document

The document that will be saved.

Source
text_document=(text_document : TextDocumentIdentifier)

The document that will be saved.

Source