LSP::TextDocumentChangeRegistrationOptions
Inherits LSP::TextDocumentRegistrationOptions < JSON::Serializable < JSON::Serializable < Struct < Value < Object
Describe options to be used when registering for text document change events.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
sync_kind
How documents are synced to the server. See TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental.
sync_kind=(sync_kind : TextDocumentSyncKind)
How documents are synced to the server. See TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental.