class LSProtocol::InlayHintClientCapabilities

Overview

Inlay hint client capabilities.

@since 3.17.0

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, resolve_support : ClientInlayHintResolveOptions | Nil = nil) #

[View source]

Instance Method Detail

def dynamic_registration : Bool | Nil #

Whether inlay hints support dynamic registration.


[View source]
def resolve_support : ClientInlayHintResolveOptions | Nil #

Indicates which properties a client can resolve lazily on an inlay hint.


[View source]