Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Quick Fix All #40170

Closed
TylerLeonhardt opened this issue Dec 13, 2017 · 6 comments
Closed

Feature Request: Quick Fix All #40170

TylerLeonhardt opened this issue Dec 13, 2017 · 6 comments
Assignees
Labels
feature-request Request for new features or functionality typescript Typescript support issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@TylerLeonhardt
Copy link
Member

Now that this issue is supported in Typescript, can we enable Quick Fix All in VSCode?

It was originally tracked with this issue until it was closed as external.

We'd like to have Quick Fix All for the powershell extension and I believe there's some work in VSCode itself to enable it. Please correct me if I'm wrong.

Thanks!

@vscodebot vscodebot bot added the typescript Typescript support issues label Dec 13, 2017
@mjbvz mjbvz added this to the December 2017/January 2018 milestone Dec 13, 2017
@mjbvz mjbvz added the feature-request Request for new features or functionality label Dec 13, 2017
@mjbvz mjbvz added the verification-needed Verification of issue is requested label Jan 18, 2018
@mjbvz mjbvz closed this as completed in b0a26a9 Jan 19, 2018
@TylerLeonhardt
Copy link
Member Author

@mjbvz what version of vscode is this in? I'm on insiders and I'm not seeing Quick Fix All.

@mjbvz
Copy link
Contributor

mjbvz commented Jan 22, 2018

Current master or install typescript@next on d21e6a3

@TylerLeonhardt
Copy link
Member Author

Got it, when does that usually flow down to insiders?

@octref octref added the verified Verification succeeded label Jan 31, 2018
@TylerLeonhardt
Copy link
Member Author

TylerLeonhardt commented Feb 16, 2018

@mjbvz @octref how can I enable this feature for languages other than JS and TS? Example: PowerShell. Is that on the extension to provide?

@TylerLeonhardt
Copy link
Member Author

TylerLeonhardt commented Feb 20, 2018

Gentle ping - want to have steps before a hackathon this weekend to see if a student could work on this.

@mjbvz
Copy link
Contributor

mjbvz commented Feb 22, 2018

@tylerl0706 Each extension/language can implement quick fix all using the existing CodeActionProvider API. We did not add a new API for quick fix all

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality typescript Typescript support issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants