WorkspaceSymbolClientCapabilities

case class WorkspaceSymbolClientCapabilities(dynamicRegistration: Opt[Boolean], symbolKind: Opt[SymbolKind], tagSupport: Opt[TagSupport], resolveSupport: Opt[ResolveSupport])

Client capabilities for a WorkspaceSymbolRequest.

Value parameters:
dynamicRegistration

Symbol request supports dynamic registration.

resolveSupport

The client support partial workspace symbols. The client will send the request workspaceSymbol/resolve to the server to resolve additional properties.

symbolKind

Specific capabilities for the SymbolKind in the workspace/symbol request.

tagSupport

The client supports tags on SymbolInformation. Clients supporting tags have to handle unknown tags gracefully.

Since:

3.16.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product