struct

LSP::WillSaveTextDocumentParams

Inherits JSON::Serializable < Struct < Value < Object

The parameters send in a will save text document notification.

Constructors

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

Instance methods

reason
Source
reason=(reason : TextDocumentSaveReason)
Source
text_document

The document that will be saved.

Source
text_document=(text_document : TextDocumentIdentifier)

The document that will be saved.

Source