HoverClientCapabilities

langoustine.lsp.structures$.HoverClientCapabilities
See theHoverClientCapabilities companion object
case class HoverClientCapabilities(dynamicRegistration: Opt[Boolean], contentFormat: Opt[Vector[MarkupKind]])

Attributes

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
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