what_if_rename
Predicts all files and lines that require updates when renaming a symbol in a codebase, helping assess the impact of the change.
Instructions
Bu sembolü yeniden adlandırsam nereleri değiştirmem gerekir?
Args: path: Proje kök dizini target: Yeniden adlandırılacak sembol adı new_name: Yeni isim
Returns: Güncellenmesi gereken dosya ve satır listesi
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| target | Yes | ||
| new_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |