find_references
Locate all instances of a TypeScript/JavaScript symbol within a codebase, specifying the root directory, file path, line number, and symbol name for precise results.
Instructions
Find all references to a TypeScript/JavaScript symbol across the codebase
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | File path (relative to root) | |
line | Yes | Line number (1-based) or string to match in the line | |
root | Yes | Root directory for resolving relative paths | |
symbolName | Yes | Name of the symbol |