A request to provide inlay hints in a document. The request's parameter is of type InlayHintsParams, the response is of type InlayHint[] or a Thenable that resolves to such.

Available since

3.17.0

.

Static variables

@:value(new ProtocolRequestType<InlayHintParams,Null<Array<InlayHint>>,Array<InlayHint>,NoData,InlayHintRegistrationOptions>("textDocument/inlayHint"))staticfinalinlineread onlytype:ProtocolRequestType<InlayHintParams, Null<Array<InlayHint>>, Array<InlayHint>, NoData, InlayHintRegistrationOptions> = new ProtocolRequestType<InlayHintParams,Null<Array<InlayHint>>,Array<InlayHint>,NoData,InlayHintRegistrationOptions>("textDocument/inlayHint")