Rename Preview
localnest_rename_previewPreview every file and location that would change when renaming a symbol. Returns a dry-run list of changes grouped by file, without modifying any code.
Instructions
Preview every location that would change when renaming a symbol. Does NOT modify any files -- returns a dry-run list of changes grouped by file. Requires the project to be indexed first via localnest_index_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_name | Yes | The current symbol name to rename | |
| new_name | Yes | The desired new name | |
| project_path | No | Scope search to a specific project | |
| max_results | No | ||
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |