WorkspaceSymbolClientCapabilities

langoustine.lsp.structures.WorkspaceSymbolClientCapabilities
See theWorkspaceSymbolClientCapabilities companion class

Attributes

Companion
class
Source
structures.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ResolveSupport(properties: Vector[String])

Value parameters

properties

The properties that a client can resolve lazily. Usually location.range

Attributes

Companion
object
Source
structures.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
structures.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

Attributes

Companion
object
Source
structures.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SymbolKind

Attributes

Companion
class
Source
structures.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SymbolKind.type
case class TagSupport(valueSet: Vector[SymbolTag])

Value parameters

valueSet

The tags supported by the client.

Attributes

Companion
object
Source
structures.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TagSupport

Attributes

Companion
class
Source
structures.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TagSupport.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Inherited givens

Attributes

Inherited from:
structures_WorkspaceSymbolClientCapabilitiesCodec (hidden)
Source
codecs.scala

Attributes

Inherited from:
structures_WorkspaceSymbolClientCapabilitiesCodec (hidden)
Source
codecs.scala