inlineValue

object inlineValue extends LSPRequest

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.

Since:

3.17.0

Source:
requests.scala
class Object
trait Matchable
class Any

Type members

Types

type Out = Opt[Vector[InlineValue]]

Value members

Inherited fields

val requestMethod: String
Inherited from:
LSPRequest
Source:
requests.scala

Givens

Givens

given inputReader: Reader[In]
given inputWriter: Writer[In]
given outputReader: Reader[Out]
given outputWriter: Writer[Out]