analyze_change_impact
Assess the blast radius of changing a symbol by surfacing affected files, projects, and call sites before renaming, altering signatures, or removing types/methods.
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.) |