Find references to a symbol (textual)
find_referencesFind every occurrence of a symbol in code, returning precise file:line:col positions with enclosing function or class. Supports path filtering and pagination for large result sets.
Instructions
Whole-word textual search for a symbol, returned as path:line:col with the enclosing function/class. Counts every occurrence, including repeats on one line. Not scope-aware, so may include unrelated same-named identifiers. Supports pathPrefix, limit and offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No | ||
| offset | No | ||
| pathPrefix | No |