rename_symbol
Rename a symbol across all project files by specifying its exact location (file, line, column) and new name, updating all references consistently.
Instructions
Rename the symbol at the given position across all files in the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| line | Yes | ||
| column | Yes | ||
| new_name | Yes |