Click here to Skip to main content
15,884,388 members
Articles / Programming Languages / Javascript

JSLint.VS - JavaScript Verifier for Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.88/5 (29 votes)
9 Nov 2009CPOL5 min read 193.8K   964   82  
A Visual Studio add-in that uses JSLint to verify JavaScript files that are part of a solution.
This steps works when installing any add-in ;).

1. Close all instances of Visual Studio .NET
2. Copy files to %My Documents%/Visual Studio 2005/Addins (if directory does not exist, create it)
2.1. If you want to use Add-In in Visual Studio 2008, then copy to directory %My Documents%/Visual Studio 2008/Addins
3. When you start Visual Studio you should have JSLint.VS entry in Tools -> Add-in Manager


For more details on JSLint.VS visit:
http://www.codeplex.com/jslint
http://www.codeproject.com/KB/macros/JSLintVS.aspx

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
United States United States
If you liked this article, consider reading other articles by me. For republishing article on other websites, please contact me by leaving a comment.

Comments and Discussions