getCodeActions
Retrieve available code actions like quick fixes and refactorings for a specified range in a file, enabling automated code improvements.
Instructions
Get available code actions (quick fixes, refactorings) for a range in a file.
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) |