View source
class InlayHintRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.InlayHints
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
.