View source
class InlayHintResolveRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.InlayHints
A request to resolve additional properties for a inlay hint. The request's parameter is of type InlayHint, the response is of type InlayHint or a Thenable that resolves to such.
Available since
3.17.0
.