JSLint is specially designed to be a Notepad++ plugin that is able to run JSLint against your open JavaScript files.
JSLint stands for The JavaScript Code Quality Tool. All you ahve to do is open your JavaScript file in Notepad++, select the JSLint plugin, that will display all the errors that are found in your file.
The errors will be displayed in list in a dockable window at the bottom of the main window of Notepad++ .The document is automatically scrolled at the position of the first found error.
Requirements:
· Notepad++
What's New in This Release: [ read full changelog ]
· JSLint script updated to version from 2012-03-15
· Bug fixed: "Editor caret is lost when the code has no errors/warnings - ID: 3507651"