struct LSP::TextDocumentSyncOptions

Included Modules

Defined in:

base/capabilities/server_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(**args) #

Instance Method Detail

def change : TextDocumentSyncKind? #

Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.


def change=(change : TextDocumentSyncKind?) #

Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.


def open_close : Bool? #

def open_close=(open_close : Bool?) #