struct LSP::Data::ServerCapabilities::TextDocumentSyncOptions

Included Modules

Defined in:

lsp/data/server_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def change : TextDocumentSyncKind #

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

[View source]
def open_close : Bool #

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

[View source]
def save : SaveOptions | Nil #

Save notifications are sent to the server.


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

Save notifications are sent to the server.


[View source]
def will_save : Bool #

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

[View source]
def will_save_wait_until : Bool #

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

[View source]