class RubyLsp::Requests::WorkspaceSymbol

The workspace symbol request allows fuzzy searching declarations in the entire project. On VS Code, use CTRL/CMD + T to search for symbols.

Example

# Searching for `Floo` will fuzzy match and return all declarations according to the query, including this `Foo`
class
class Foo
end

Public Class Methods

new(global_state, query)

Calls superclass method

Public Instance Methods

perform()