struct
LSP::TextDocumentClientCapabilities::TextDocumentSyncClientCapabilities
Included Modules
Defined in:
base/capabilities/text_document_client_capabilites.crConstructors
Instance Method Summary
-
#did_save : Bool | Nil
The client supports did save notifications.
-
#did_save=(did_save : Bool | Nil)
The client supports did save notifications.
-
#dynamic_registration : Bool | Nil
Whether text document synchronization supports dynamic registration.
-
#dynamic_registration=(dynamic_registration : Bool | Nil)
Whether text document synchronization supports dynamic registration.
-
#will_save : Bool | Nil
The client supports sending will save notifications.
-
#will_save=(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.
-
#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.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
Instance Method Detail
Whether text document synchronization supports dynamic registration.
Whether text document synchronization supports dynamic registration.
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.
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.