LSP::TextDocumentSyncClientCapabilities
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
dynamic_registration=(dynamic_registration : Bool | Nil)
Whether text document synchronization supports dynamic registration.
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.
will_save_wait_until=(will_save_wait_until : Bool | Nil)
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.