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 #

The client supports did save notifications.


[View source]
def dynamic_registration : Bool | Nil #

Whether text document synchronization supports dynamic registration.


[View source]
def will_save : Bool | Nil #

The client supports sending will save notifications.


[View source]
def will_save_wait_until : Bool | Nil #

The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.


[View source]