inlayHint

langoustine.lsp.requests.inlayHint
object inlayHint

Attributes

Source
requests.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
inlayHint.type

Members list

Type members

Classlikes

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.

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

Source
requests.scala
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type
resolve.type