Vscode-powershell: "Quick fix all" for fixable PowerShell issues

Created on 11 May 2017  路  4Comments  路  Source: PowerShell/vscode-powershell

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:

  • Current file
  • Current workspace
  • Current text selection

screen shot 2017-05-11 at 10 00 58 am

Cheers,
Trevor Sullivan

NOTE: Related issue: https://github.com/Microsoft/vscode/issues/22220

Area-Script Analysis Issue-Enhancement Up-for-Grabs

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.

All 4 comments

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 馃槃

Was this page helpful?
0 / 5 - 0 ratings