Search for an old method across target languages.
Section: Refactor recipes
Find deprecated API calls
bash
bash
rg -t py -t js '\boldApi\(' .Explanation
This helps estimate migration effort before opening a large refactor.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Refactor recipes
Find debug logging in source code
Locate `console.log` usage across a codebase.
Find a React hook across TSX files
Search only the frontend component surface.