DocumentSymbolClientCapabilities

Companion:
class
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
object SymbolKind
Companion:
class
case class TagSupport(valueSet: Vector[SymbolTag])
Value parameters:
valueSet

The tags supported by the client.

Companion:
object
object TagSupport
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Givens

Inherited givens

Inherited from:
structures_DocumentSymbolClientCapabilities (hidden)
Inherited from:
structures_DocumentSymbolClientCapabilities (hidden)