struct

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

sync_kind

How documents are synced to the server. See TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental.

Source
sync_kind=(sync_kind : TextDocumentSyncKind)

How documents are synced to the server. See TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental.

Source