find_references
Locate all references to a TypeScript/JavaScript symbol in your codebase by specifying the root directory, file path, line number, and symbol name.
Instructions
Find all references to a TypeScript/JavaScript symbol across the codebase
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | File path containing the symbol (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 to find references for |