lsp_find_references
Find all references to a code symbol across your workspace by specifying its file location, enabling navigation and refactoring in supported languages.
Instructions
Find all references to the symbol at the given position across the workspace.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column number (1-indexed) | |
| include_declaration | No | Whether to include the declaration in results | |
| limit | No | Maximum number of results to return | |
| offset | No | Number of results to skip (for pagination) |