lsp_references
Find all usages of a symbol across the workspace to assess refactoring impact. Optionally include the declaration.
Instructions
Find All References: list every usage of the symbol across the workspace.
Like Shift+F12 in an IDE.
Confidence: HIGH. Reliable for assessing impact before refactoring.
Args: include_declaration: Whether to include the definition site in the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| character | Yes | ||
| file_path | Yes | ||
| include_declaration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||