LSProtocol::InlayHintParams
Inherits JSON::Serializable / Reference / Object
A parameter literal used in inlay hint requests.
@since 3.17.0
Constructors
new(range : Range | Nil, text_document : TextDocumentIdentifier | Nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source