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

Please add debounce time to showing errors #112

Closed ghost closed 1 year ago

ghost commented 4 years ago

tslint is unfriendly, showing squiggles for every error WHILE I'm typing. This results in a poor user experience seeing squiggles all-day long when the squiggles will be resolves within a few seconds.

Please add an option, error debounce time so developers can set the delay between the broken lint rule being discovered and when the UI is updated with the said rule.

I would set mine to 10 seconds and rarely see any errors while coding.

Thank you,

Karl

mjbvz commented 1 year ago

Closing as TSLint has been deprecated in favor of ESLint and this extension is no longer being maintained

Please look into migrating to use ESLint and the ESLint VS Code extension