struct

LSP::TextDocumentClientCapabilities::DocumentLinkClientCapabilities

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

dynamic_registration

Whether document link supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool | Nil)

Whether document link supports dynamic registration.

Source
tooltip_support

Whether the client supports the tooltip property on DocumentLink.

Source
tooltip_support=(tooltip_support : Bool | Nil)

Whether the client supports the tooltip property on DocumentLink.

Source