previewCodeAction
Preview edits a code action would make without applying them. Use this to review changes before applying.
Instructions
Preview edits a code action would make without applying. Use before applyCodeAction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| startLine | Yes | Start line (1-based) | |
| startColumn | Yes | Start column (1-based) | |
| endLine | Yes | End line (1-based) | |
| endColumn | Yes | End column (1-based) | |
| actionTitle | Yes | Exact action title from getCodeActions output |