Hover

langoustine.lsp.structures.Hover
See theHover companion object
case class Hover(contents: MarkupContent | MarkedString | Vector[MarkedString], range: Opt[Range])

The result of a hover request.

Value parameters

contents

The hover's content

range

An optional range inside the text document that is used to visualize the hover, e.g. by changing the background color.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product