class

LSProtocol::WorkspaceSymbolRequest

Inherits JSON::Serializable / Reference / Object

A request to list project-wide symbols matching the query string given by the WorkspaceSymbolParams. The response is of type Array(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.

Constructors

new(id : Int32 | String, params : WorkspaceSymbolParams)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The request id.

Source
jsonrpc
Source
method

The method to be invoked.

Source
params
Source