Open pcgeek86 opened 7 years ago
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 😄
I have latest vscode and powershell extensions. Is this issue fixed? I do not see a fix all and I see this is open.
Same, wondering if there's a setting I can set
I will look into this...
Prior art I've seen shows there's no specific vscode API, it's either implemented as a vscode command, as an additional context menu "quick fix all", or both.
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