findReferences
Locate all references to a symbol in code by specifying file path, line, and column number. Uses VS Code LSP for accurate results.
Instructions
Find all references to a symbol at a given position using VS Code LSP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| line | Yes | Line number (1-based) | |
| column | Yes | Column (1-based) | |
| cursor | No | Cursor from previous call's nextCursor. Omit on first call. |