find_references
Locate all TypeScript/JavaScript symbol references in a codebase by specifying the root directory, file path, line number, and symbol name to streamline code navigation.
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 |