View source
class InlineValueRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.InlineValue
A request to provide inline values in a document. The request's parameter is of type InlineValueParams, the response is of type InlineValue[] or a Thenable that resolves to such.
Available since
3.17.0
.