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.

Source:
requests.scala
class Object
trait Matchable
class Any
symbol.type

Type members

Value members

Inherited fields

val requestMethod: String
Inherited from:
LSPRequest
Source:
requests.scala

Givens

Givens

given inputReader: Reader[In]
given inputWriter: Writer[In]
given outputReader: Reader[Out]
given outputWriter: Writer[Out]