class LSProtocol::HoverClientCapabilities
- LSProtocol::HoverClientCapabilities
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(content_format : Array(MarkupKind) | Nil = nil, dynamic_registration : Bool | Nil = nil)
Instance Method Summary
-
#content_format : Array(MarkupKind) | Nil
Client supports the following content formats for the content property.
-
#dynamic_registration : Bool | Nil
Whether hover supports dynamic registration.
Constructor Detail
def self.new(content_format : Array(MarkupKind) | Nil = nil, dynamic_registration : Bool | Nil = nil)
#
Instance Method Detail
def content_format : Array(MarkupKind) | Nil
#
Client supports the following content formats for the content property. The order describes the preferred format of the client.