DocumentSymbolClientCapabilities

Companion:
class
Source:
structures.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class SymbolKind(valueSet: Opt[Vector[SymbolKind]])
Value parameters:
valueSet

The symbol kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown. If this property is not present the client only supports the symbol kinds from File to Array as defined in the initial version of the protocol.

Companion:
object
Source:
structures.scala
object SymbolKind
Companion:
class
Source:
structures.scala
case class TagSupport(valueSet: Vector[SymbolTag])
Value parameters:
valueSet

The tags supported by the client.

Companion:
object
Source:
structures.scala
object TagSupport
Companion:
class
Source:
structures.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala