struct LSP::Data::TextDocumentClientCapabilities::Synchronization

Included Modules

Defined in:

lsp/data/text_document_client_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 did_save : Bool #

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

[View source]
def dynamic_registration : Bool #

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

[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]