move_symbol
Relocate a symbol to a different target file while automatically updating all imports across the codebase.
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. | |
| project | No | Project name/path (default: active). | |
| target_file | Yes | Relative path to the target file. | |
| create_if_missing | No | Create target file if it doesn't exist (default true). |