get_code_fixes
Get available code fixes for a specific diagnostic at a file location. Returns structured text edits that can be reviewed and applied.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
diagnosticId | string | ✓ | Diagnostic ID (e.g., 'CA1822', 'CS0168') |
filePath | string | ✓ | Full path to the source file |
line | int | ✓ | Line number where the diagnostic occurs |