resolve

langoustine.lsp.requests$.inlayHint$.resolve$
object resolve extends LSPRequest

A request to resolve additional properties for an inlay hint. The request's parameter is of type InlayHint, the response is of type InlayHint or a Thenable that resolves to such.

since 3.17.0

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
resolve.type

Members list

Concise view

Type members

Types

type In = InlayHint
type Out = InlayHint

Value members

Inherited fields

val requestMethod: String

Attributes

Inherited from:
LSPRequest

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
requests_inlayHint_resolve (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
requests_inlayHint_resolve (hidden)
given outputReader: Reader[Out]

Attributes

Inherited from:
requests_inlayHint_resolve (hidden)
given outputWriter: Writer[Out]

Attributes

Inherited from:
requests_inlayHint_resolve (hidden)