LSP::TextDocumentSyncOptions
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
change
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
change=(change : TextDocumentSyncKind | Nil)
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
open_close
Open and close notifications are sent to the server. If omitted open close notification should not be sent.
open_close=(open_close : Bool | Nil)
Open and close notifications are sent to the server. If omitted open close notification should not be sent.