In VSCode right now, you can only Quick Fix issues one at a time. It would be great if I could "quick fix all" in the following scopes:

Cheers,
Trevor Sullivan
NOTE: Related issue: https://github.com/Microsoft/vscode/issues/22220
I think we can target this for v1.2 iteration.
VSCode has now added "quick fix all" 馃帀 It should be in the latest insider build. We should see what work is involved on our side to enable this.
Hi @tylerl0706,
This is a pretty exciting feature which I have been waiting for desperately. Is this now in the pipeline for this extension now it's supported by VSCode?
Is there a roadmap for this extension?
Cheers
Here's what is required:
"Each extension/language can implement quick fix all using the existing CodeActionProvider API"
@Omniusz there are some perf related issues that are at the top of my priority. As soon as I get those figured out I can start looking at this.
But of course... PRs always welcome 馃槃
Most helpful comment
VSCode has now added "quick fix all" 馃帀 It should be in the latest insider build. We should see what work is involved on our side to enable this.