Click here to Skip to main content
15,881,624 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm looking for a plugin tool for Visual Studio 2013 that you can review the syntax code of jquery and javascript. It is similiar way that you can detect that it is something wrong in the c# code but this time for jquery and javascript.

Do you know any?

Thanks!
Posted
Comments
Richard Deeming 30-Jun-15 14:01pm    
Something like JSLint.NET[^]?
Sergey Alexandrovich Kryukov 30-Jun-15 14:28pm    
You can well add it as a formal answer.
I added some more suggestions and credited your comment in Solution 1.
—SA
Richard Deeming 30-Jun-15 14:34pm    
Done.

Please consider:
https://github.com/mozilla/scanjs[^],
https://github.com/cs-au-dk/TAJS[^].

Also, there is the Google's Closure Compiler, which I think is not powerful enough, but still useful: https://en.wikipedia.org/wiki/Google_Closure_Tools#Google.27s_Closure_Compiler[^].

See also what Richard Deeming recommended in his comment to the question.

—SA
 
Share this answer
 
JSLint.NET[^] has a NuGet package[^] to validate your javascript on build; a Visual Studio extension[^] to validate on save and build, with improved VS integration; and a command-line tool[^], if you need to generate reports from a batch file.

It's based on Douglas Crockford's JSLint[^] tool.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 30-Jun-15 14:46pm    
It was just to five it. :-)
—SA

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900