If you've worked in a mid-to-large Rails codebase in VS Code, you've probably run into this: you want to jump to a method, you hit Ctrl/Cmd+T, you type a few letters — and either Ruby LSP hasn't finished indexing yet, or your search doesn't match because you're one character off from the real nam...
Source: [Dev.to](https://dev.to/bkaz/why-i-stopped-waiting-on-ruby-lsp-and-built-my-own-fuzzy-symbol-search-for-vs-code-5a53)