struct
LSP::TextDocumentClientCapabilities::HoverClientCapabilities
- LSP::TextDocumentClientCapabilities::HoverClientCapabilities
- Struct
- Value
- Object
Included Modules
Defined in:
base/capabilities/text_document_client_capabilites.crConstructors
Instance Method Summary
-
#content_format : Array(MarkupKind) | Nil
Client supports the follow content formats for the content property.
-
#content_format=(content_format : Array(MarkupKind) | Nil)
Client supports the follow content formats for the content property.
-
#dynamic_registration : Bool | Nil
Whether hover supports dynamic registration.
-
#dynamic_registration=(dynamic_registration : Bool | Nil)
Whether hover supports dynamic registration.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
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.
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.
def dynamic_registration=(dynamic_registration : Bool | Nil)
#
Whether hover supports dynamic registration.