HoverClientCapabilities

case class HoverClientCapabilities(dynamicRegistration: Opt[Boolean], contentFormat: Opt[Vector[MarkupKind]])
Value parameters:
contentFormat

Client supports the following content formats for the content property. The order describes the preferred format of the client.

dynamicRegistration

Whether hover supports dynamic registration.

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