class LSProtocol::HoverClientCapabilities

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(content_format : Array(MarkupKind) | Nil = nil, dynamic_registration : Bool | Nil = nil) #

[View source]

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.


[View source]
def dynamic_registration : Bool | Nil #

Whether hover supports dynamic registration.


[View source]