analyze_change_impact
Reveal all files, projects, and call sites affected by changing a symbol. Use before renaming, signature changes, or removal to assess impact.
Instructions
Analyze the blast radius of changing a symbol — shows every file, project, and call site affected. Combines find_references and find_callers into a single impact summary. Use before renaming, changing signatures, or removing a type/method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol name to analyze (type name, 'Type.Method', etc.) |