symbol

object symbol extends LSPRequest

A request to list project-wide symbols matching the query string given by the WorkspaceSymbolParams. The response is of type SymbolInformation[] or a Thenable that resolves to such.

since 3.17.0 - support for WorkspaceSymbol in the returned data. Clients need to advertise support for WorkspaceSymbols via the client capability workspace.symbol.resolveSupport.

class Object
trait Matchable
class Any
symbol.type

Type members

Types

type Out = Opt[Vector[SymbolInformation] | Vector[WorkspaceSymbol]]

Value members

Inherited fields

val requestMethod: String
Inherited from:
LSPRequest

Givens

Inherited givens

given inputReader: Reader[In]
Inherited from:
requests_workspace_symbol (hidden)
given inputWriter: Writer[In]
Inherited from:
requests_workspace_symbol (hidden)
given outputReader: Reader[Out]
Inherited from:
requests_workspace_symbol (hidden)
given outputWriter: Writer[Out]
Inherited from:
requests_workspace_symbol (hidden)