简体   繁体   中英

How can I get JSLint.VS Addin to work with Visual Studio 2010?

I love the JSLint add-in - very useful. Having just upgraded to VS2010, I want it working in my new environment.

The problem is, regardless of location/path, it does not show up in the Addin Manager (under Tools menu).

Any ideas?

There is a visual studio 2010 extension being worked on..

http://jslint4vs2010.codeplex.com

It is Alpha at the moment, but should be beta soon.

I know I'm late to this party, but Chirpy has JSHint support (-H, +L). Thought you might be interested: http://www.weirdlover.com/2011/03/03/chirpy-v2/

I never got the vs plugin working in the new visual studio however this guys method still works:

Is there an offline version of JSLint for Windows? (Shivendras answer to a question buried deep in a thread about jslint)

Follow what he says and then alt+t followed by the j key will run jslint and show the errors in the output console at the bottom. It is fast and appears to work well. Still playing with it myself though and the options are customizable by editing the jslint.wsf in visual studio.

Hope this helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM