struct

LSP::WorkspaceSymbolParams

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

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, matching is server specific.

Source
query=(query : String)

A query string to filter symbols by, matching is server specific.

Source