struct LSP::TextDocumentSyncOptions

Included Modules

Defined in:

lsp/protocol/text_document_sync_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(will_save_wait_until : Bool, open_close : Bool, will_save : Bool, change : LSP::TextDocumentSyncKind, save : LSP::SaveOptions) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def change : TextDocumentSyncKind #

[View source]
def change=(change : TextDocumentSyncKind) #

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

[View source]
def open_close? : Bool #

[View source]
def save : SaveOptions #

Save notifications are sent to the server.


[View source]
def save=(save : SaveOptions) #

Save notifications are sent to the server.


[View source]
def will_save=(will_save : Bool) #

[View source]
def will_save? : Bool #

[View source]
def will_save_wait_until=(will_save_wait_until : Bool) #

[View source]
def will_save_wait_until? : Bool #

[View source]