class LSProtocol::TextDocumentSyncClientCapabilities
- LSProtocol::TextDocumentSyncClientCapabilities
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(did_save : Bool | Nil = nil, dynamic_registration : Bool | Nil = nil, will_save : Bool | Nil = nil, will_save_wait_until : Bool | Nil = nil)
Instance Method Summary
-
#did_save : Bool | Nil
The client supports did save notifications.
-
#dynamic_registration : Bool | Nil
Whether text document synchronization supports dynamic registration.
-
#will_save : Bool | Nil
The client supports sending will save notifications.
-
#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.
Constructor Detail
def self.new(did_save : Bool | Nil = nil, dynamic_registration : Bool | Nil = nil, will_save : Bool | Nil = nil, will_save_wait_until : Bool | Nil = nil)
#
Instance Method Detail
def dynamic_registration : Bool | Nil
#
Whether text document synchronization supports dynamic registration.
def 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.