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
188 stars 35 forks source link

Missing autofix feature #136

Closed Xesenix closed 3 years ago

Xesenix commented 3 years ago

As microsoft / vscode-tslint is beaing deprecated in favor of this plugin it misses some of deprecated plugin behaviors that are main reasons I am still using the deprecated plugin.

Will the new plugin handle autofix on save or should we be still using the deprecated plugin for it?

Pitasi commented 3 years ago

From readme: https://github.com/microsoft/vscode-typescript-tslint-plugin#auto-fix-and-auto-fix-on-save

Xesenix commented 3 years ago

Set in vscode settings:

"editor.codeActionsOnSave": {
    "source.fixAll.tslint": true
}