hover

langoustine.lsp.requests.textDocument.hover
object hover extends LSPRequest

Request to request hover information at a given text document position. The request's parameter is of type [[TextDocumentPosition]] the response is of type [[Hover]] or a Thenable that resolves to such.

Attributes

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

Members list

Type members

Types

type In = HoverParams

Attributes

Source
requests.scala
type Out = Option[Hover]

Attributes

Source
requests.scala

Value members

Concrete methods

override def apply(in: HoverParams): PreparedRequest[this.type]

Attributes

Definition Classes
Source
requests.scala

Inherited fields

val requestMethod: String

Attributes

Inherited from:
LSPRequest
Source
requests.scala

Givens

Inherited givens

given inputFromJson: Decoder[In]

Attributes

Inherited from:
requests_textDocument_hover (hidden)
Source
codecs.scala
given inputToJson: Encoder[In]

Attributes

Inherited from:
requests_textDocument_hover (hidden)
Source
codecs.scala
given outputFromJson: Decoder[Out]

Attributes

Inherited from:
requests_textDocument_hover (hidden)
Source
codecs.scala
given outputToJson: Encoder[Out]

Attributes

Inherited from:
requests_textDocument_hover (hidden)
Source
codecs.scala