Developer Builds Fuzzy Ruby Symbol Search Extension for VS Code After LSP Frustrations
A developer has released Ruby Symbol Search, a free, MIT-licensed VS Code extension designed to provide fast, fuzzy symbol navigation in Ruby and Rails codebases. The tool was built to address two common pain points with Ruby LSP: the time needed to complete indexing and its near-exact matching requirement that fails on typos or abbreviations. Unlike VS Code's built-in text search, the extension understands Ruby syntax and indexes classes, methods, constants, attributes, associations, and more using lightweight pattern matching rather than a full AST parse. Users can invoke fuzzy search via Ctrl+Shift+R, scope results by filename, and the extension also integrates with VS Code's native Go to Symbol, Go to Definition, and Outline view features. The extension is available on the VS Code Marketplace and is intended to complement, not replace, Ruby LSP for teams that also need type inference or diagnostics.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in