check_rename
Detect naming conflicts before renaming code symbols by checking the current file and all importing files for existing uses of the target name.
Instructions
Pre-rename collision detection: checks the symbol's own file and all importing files for existing symbols with the target name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | Yes | Symbol ID to rename | |
| target_name | Yes | Proposed new name |