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.

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product