extractMethodPreview
Preview the code changes for an extract method refactoring before applying them. See the new signature and updated call site, then agree or reject.
Instructions
Second step of extract-method: the edits the refactoring would make, from the evaluation you pass back in. Still nothing written - this is where the new signature and the changed call site can be read before agreeing to them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal | Yes | The extract method proposal returned by extractMethodEvaluate, as a JSON string. |