find_symbol
Locate specific functions, classes, or variables in code with fuzzy matching that corrects typos and returns exact file paths and line numbers.
Instructions
⭐ PREFERRED FOR SYMBOLS: Use this INSTEAD OF Grep when looking for specific functions, classes, or variables. Fuzzy matching automatically handles typos ("athenticate" → "authenticate"). Returns exact file path and line number. Much faster than Grep with better accuracy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The symbol name to find (e.g., function name, class name, variable name) | |
| type | No | The type of symbol to find. Use "any" to search all types. |