class

LSProtocol::InlayHintClientCapabilities

Inherits JSON::Serializable / Reference / Object

Inlay hint client capabilities.

@since 3.17.0

Constructors

new(pull : JSON::PullParser)
Source
new(dynamic_registration : Bool | Nil = nil, resolve_support : ClientInlayHintResolveOptions | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dynamic_registration

Whether inlay hints support dynamic registration.

Source
resolve_support

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

Source