class LSProtocol::TextDocumentSyncClientCapabilities

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(did_save : Bool | Nil = nil, dynamic_registration : Bool | Nil = nil, will_save : Bool | Nil = nil, will_save_wait_until : Bool | Nil = nil) #

[View source]

Instance Method Detail

def did_save : Bool | Nil #

[View source]
def dynamic_registration : Bool | Nil #

[View source]
def will_save : Bool | Nil #

[View source]
def will_save_wait_until : Bool | Nil #

[View source]