Loading request...
The user wants GitHub Copilot to apply a specific fix (e.g., changing import statements to fqcn format) to all relevant instances within a file at once, instead of requiring manual, one-by-one application.
How do you tell it to repeat a fix everywhere it applies in the file? I had an file with 16 ansible import statements that didn’t use the fqcn format. copilot will fix them one at a time , but want it to fix all of them at once!