class

LSProtocol::InlayHintRegistrationOptions

Inherits JSON::Serializable / Reference / Object

Inlay hint options used during static or dynamic registration.

@since 3.17.0

Constructors

new(pull : JSON::PullParser)
Source
new(document_selector : DocumentSelector | Nil, id : String | Nil = nil, resolve_provider : Bool | Nil = nil, work_done_progress : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

document_selector

A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

Source
id

The id used to register the request. The id can be used to deregister the request again. See also Registration#id.

Source
resolve_provider

The server provides support to resolve additional information for an inlay hint item.

Source
work_done_progress
Source