jslint-org / jslint

JSLint, The JavaScript Code Quality and Coverage Tool
https://www.jslint.com
The Unlicense
3.61k stars 461 forks source link

Feature request: vscode-jslint – lint on save (or lint automatically) #429

Closed fourier-space closed 1 year ago

fourier-space commented 1 year ago

I hope this is the right place to file this, as it's about the vscode extension rather than jslint core. But it's page links to this github.

Is your feature request related to a problem? Please describe. To use this extension, you have to actively run the command to lint the file (by the context menu or key binding). There is no feature to automatically invoke the linter, such as on save. This issue is a request for such feature!

Describe the solution you'd like If appropriately enabled, when a javascript file is saved, the linter is run at this point.

Describe alternatives you've considered The "Andrew Hyndman" jslint extension, which is a good interface but lags behind in jslint version, lints on each character. This is good too.

kaizhu256 commented 1 year ago