fixProposals
Retrieve quick-fix proposals for a code position (e.g., missing method or variable) to resolve issues. Pass the returned suggestions to fixEdits to apply the actual source edits.
Instructions
Quick-fix proposals the system offers for a position in a source - the same list as the light bulb in ADT (create the missing method, add the missing variable). What comes back is passed to fixEdits to get the actual edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| line | Yes | ||
| column | Yes | ||
| source | Yes |