smart_refactor
Refactor code by renaming symbols across multiple files with precision. Specify the old and new symbol names along with the files to update, ensuring consistent changes throughout your project.
Instructions
Intelligently refactor code by renaming symbols across multiple files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
files | Yes | List of files to search and refactor | |
newName | Yes | The new symbol name | |
oldName | Yes | The symbol name to replace |