struct

LSP::WillSaveTextDocumentParams

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

Constructors

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

Instance methods

reason

The 'TextDocumentSaveReason'.

Source
reason=(reason : TextDocumentSaveReason)

The 'TextDocumentSaveReason'.

Source
text_document

The document that will be saved.

Source
text_document=(text_document : TextDocumentIdentifier)

The document that will be saved.

Source