class LSProtocol::DocumentLinkClientCapabilities

Overview

The client capabilities of a DocumentLinkRequest.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def dynamic_registration : Bool | Nil #

Whether document link supports dynamic registration.


[View source]
def tooltip_support : Bool | Nil #

Whether the client supports the tooltip property on DocumentLink.

@since 3.15.0


[View source]