microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
189 stars 34 forks source link

Missing "Fix all auto-fisable tslint failures" from Command Pallete #57

Closed ackvf closed 5 years ago

ackvf commented 5 years ago

Despite the option being available and working from the Quick Fix... menu, image

it is not accessible from the Command Pallete.... image

mjbvz commented 5 years ago

Is this something you think is is useful, or just a difference between the two?

ackvf commented 5 years ago

I would like to be able to invoke command Fix all auto-fixable tslint failures from pallete similarly to how ESLint allows that, rather than having to target a problem in an editor and invoke the quick fix popup.

gluons commented 5 years ago

Old TSLint extension have this command. But this new extension don't have this command.

Please bring it back.