struct

LSP::TextDocumentClientCapabilities::HoverClientCapabilities

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

content_format

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

Source
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.

Source
dynamic_registration

Whether hover supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool | Nil)

Whether hover supports dynamic registration.

Source