struct

LSP::WorkspaceSymbolParams

Inherits LSP::PartialResultParams < LSP::WorkDoneProgressParams < JSON::Serializable < Struct < Value < Object

The parameters of a Workspace Symbol Request.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

query

A query string to filter symbols by. Clients may send an empty string here to request all symbols.

Source
query=(query : String)

A query string to filter symbols by. Clients may send an empty string here to request all symbols.

Source