struct LSP::TextDocumentSyncOptions
- LSP::TextDocumentSyncOptions
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/text_document_sync_options.crConstructors
- .new(will_save_wait_until : Bool, open_close : Bool, will_save : Bool, change : LSP::TextDocumentSyncKind, save : LSP::SaveOptions)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #change : TextDocumentSyncKind
- #change=(change : TextDocumentSyncKind)
- #open_close=(open_close : Bool)
- #open_close? : Bool
-
#save : SaveOptions
Save notifications are sent to the server.
-
#save=(save : SaveOptions)
Save notifications are sent to the server.
- #will_save=(will_save : Bool)
- #will_save? : Bool
- #will_save_wait_until=(will_save_wait_until : Bool)
- #will_save_wait_until? : Bool
Constructor Detail
def self.new(will_save_wait_until : Bool, open_close : Bool, will_save : Bool, change : LSP::TextDocumentSyncKind, save : LSP::SaveOptions)
#