move_symbol
Relocate a symbol to another file and automatically update its imports across all call sites.
Instructions
Move a symbol to a different file, updating imports in all call sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol name to move. | |
| target_file | Yes | Relative path to the target file. | |
| create_if_missing | No | Create target file if it doesn't exist (default true). | |
| project | No | Project name/path (default: active). |