struct LSP::TextDocumentClientCapabilities::HoverClientCapabilities

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 content_format : Array(MarkupKind) | Nil #

Client supports the follow content formats for the content property. The order describes the preferred format of the client.


[View source]
def content_format=(content_format : Array(MarkupKind) | Nil) #

Client supports the follow content formats for the content property. The order describes the preferred format of the client.


[View source]
def dynamic_registration : Bool | Nil #

Whether hover supports dynamic registration.


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

Whether hover supports dynamic registration.


[View source]