Repomix Code Search
Overview
Generate a repository snapshot with Repomix to stdout and use it as the primary source to find symbol definitions before diving into individual files.
Workflow
- Run Repomix on this repository and send to stdout:
npx repomix --stdout- Analyze the snapshot to locate symbol definitions (classes, functions, constants, types).
- If you need exact locations or extra context, use read/search tools on the real files.
Notes
- Regenerate the snapshot if you changed relevant files in
src/. - If the repo is large, consider
--includeand--ignoreto narrow the snapshot.