LSProtocol::TextDocumentSyncClientCapabilities
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(did_save : Bool | Nil = nil, dynamic_registration : Bool | Nil = nil, will_save : Bool | Nil = nil, will_save_wait_until : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
will_save_wait_until
The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.