syms_search
Search for symbols by name across a project. Results are ranked by match type: exact, prefix, then contains, case-insensitive.
Instructions
Search for symbols by name across a project. Matches are ranked: exact > prefix > contains (case-insensitive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Optional symbol kind filter | |
| query | Yes | Symbol name to search for | |
| root | No | Project root (auto-detected if omitted) |