struct LSP::TextDocumentSyncOptions

Included Modules

Defined in:

base/capabilities/server_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def 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.


[View source]
def 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.


[View source]
def open_close : Bool | Nil #

[View source]
def open_close=(open_close : Bool | Nil) #

[View source]