struct LSP::Data::ServerCapabilities::TextDocumentSyncOptions
- LSP::Data::ServerCapabilities::TextDocumentSyncOptions
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/data/server_capabilities.crConstructors
Instance Method Summary
- #change : TextDocumentSyncKind
- #change=(change : TextDocumentSyncKind)
- #open_close : Bool
- #open_close=(open_close : Bool)
-
#save : SaveOptions | Nil
Save notifications are sent to the server.
-
#save=(save : SaveOptions | Nil)
Save notifications are sent to the server.
- #will_save : Bool
- #will_save=(will_save : Bool)
- #will_save_wait_until : Bool
- #will_save_wait_until=(will_save_wait_until : Bool)