Hover

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.

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product