Fuzzy symbol name search
search_symbolsFind code symbols by name when you only half-remember it. Searches the index (not files) with ranking exact, prefix, substring, subsequence for fast, low-noise results.
Instructions
Find indexed symbols whose name matches a query, ranked exact > prefix > substring > subsequence. Use this when you half-remember a name ("something like handleAuth") — it reads only the index, never the files, so it is far cheaper and far less noisy than search_code for finding a declaration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by kind: function, class, method, interface, type, … | |
| limit | No | Default 25. | |
| query | Yes | ||
| pathPrefix | No |