struct LSP::TextDocumentClientCapabilities::DeclarationClientCapabilities

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 dynamic_registration : Bool | Nil #

Whether declaration supports dynamic registration. If this is set to true the client supports the new DeclarationRegistrationOptions return value for the corresponding server capability as well.


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

Whether declaration supports dynamic registration. If this is set to true the client supports the new DeclarationRegistrationOptions return value for the corresponding server capability as well.


[View source]
def link_support : Bool | Nil #

The client supports additional metadata in the form of declaration links.


[View source]
def link_support=(link_support : Bool | Nil) #

The client supports additional metadata in the form of declaration links.


[View source]