DocumentSymbolClientCapabilities

langoustine.lsp.structures$.DocumentSymbolClientCapabilities$
See theDocumentSymbolClientCapabilities companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object SymbolKind

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TagSupport(valueSet: Vector[SymbolTag])

Attributes

valueSet

The tags supported by the client.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object TagSupport

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Inherited givens

Attributes

Inherited from:
structures_DocumentSymbolClientCapabilities (hidden)

Attributes

Inherited from:
structures_DocumentSymbolClientCapabilities (hidden)