HoverClientCapabilities

langoustine.lsp.structures.HoverClientCapabilities
See theHoverClientCapabilities companion object
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.

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