struct LSP::TextDocumentClientCapabilities::TextDocumentSyncClientCapabilities

Included Modules

Defined in:

base/capabilities/text_document_client_capabilites.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

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

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def did_save : Bool | Nil #

The client supports did save notifications.


[View source]
def did_save=(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 dynamic_registration=(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=(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]
def will_save_wait_until=(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]