class LSProtocol::DocumentLinkClientCapabilities
- LSProtocol::DocumentLinkClientCapabilities
- Reference
- Object
Overview
The client capabilities of a DocumentLinkRequest
.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(dynamic_registration : Bool | Nil = nil, tooltip_support : Bool | Nil = nil)
Instance Method Summary
-
#dynamic_registration : Bool | Nil
Whether document link supports dynamic registration.
-
#tooltip_support : Bool | Nil
Whether the client supports the
tooltip
property onDocumentLink
.
Constructor Detail
Instance Method Detail
def tooltip_support : Bool | Nil
#
Whether the client supports the tooltip
property on DocumentLink
.
@since 3.15.0