struct
LSP::TextDocumentSyncOptions
- LSP::TextDocumentSyncOptions
- Struct
- Value
- Object
Included Modules
Defined in:
base/capabilities/server_capabilities.crConstructors
Instance Method Summary
-
#change : TextDocumentSyncKind | Nil
Change notifications are sent to the server.
-
#change=(change : TextDocumentSyncKind | Nil)
Change notifications are sent to the server.
-
#open_close : Bool | Nil
Open and close notifications are sent to the server.
-
#open_close=(open_close : Bool | Nil)
Open and close notifications are sent to the server.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
Instance Method Detail
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
Open and close notifications are sent to the server. If omitted open close notification should not be sent.
Open and close notifications are sent to the server. If omitted open close notification should not be sent.