find_symbol
Locate code symbols by exact or partial name and get file:line, kind, visibility, entry-point status, and total matches. Use it instead of grepping when you know part of a name but not its location.
Instructions
Call instead of grepping when you know part of a name but not where it lives. Matches exactly first, then by substring; returns kind, file:line, visibility, and entry-point status for each match, plus the total match count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max symbols listed (default 20); `total_matches` is always exact. | |
| query | Yes | Name or name fragment. |