Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

How can one execute fix all? #6

Closed
usernamehw opened this issue Oct 31, 2018 · 1 comment
Closed

How can one execute fix all? #6

usernamehw opened this issue Oct 31, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@usernamehw
Copy link

Using tslint extension I have this as a keybinding:

{
  "key": "ctrl+shift+alt+z",
  "command": "tslint.fixAllProblems",
  "when": "resourceExtname == '.ts'"
}

Or from command palette: TSLint: Fix all auto-fixable problems.

Is it possible to have the same functionality from this plugin?


I know this way:

  1. click on warning
  2. open quick fix menu
  3. find that item in the menu Fix all auto-fixable tslint failures

^ That's too long


Not a fan of fixing on save either.

@mjbvz
Copy link
Contributor

mjbvz commented Oct 31, 2018

This requires microsoft/vscode#62110 or similar upstream

@mjbvz mjbvz added the enhancement New feature or request label Nov 14, 2018
@mjbvz mjbvz closed this as completed in f233f43 Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants