Find references to a symbol (textual)
find_referencesFind all references to a symbol in the codebase, returning file, line, column, and enclosing function/class. Counts hits even if repeated on a line; supports path prefix and pagination.
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 |