any IDE you recommend?
I don't use VS, but I find Espresso great on a Mac, and Free JavaScript Editor useful on a PC.
Neither offers the same level of functionality as VS, to my knowledge.
Cheers,
Steve
JSLint is a code quality tool that scans your code to identify potential issues such as missing semicolons, trailing commas, implied globals, unreachable code, HTML issues, and more. JSLint can save you debugging time by quickly finding things like trailing commas, which work just fine in Firefox but fail in Internet Explorer.
Instructions for installing the add-in for Visual Studio or Visual Web Developer can be found in this blog post. After installing the add-in, you can open the jslint.wsf file in a text editor and explore the various options set in the defaults section. Review the JSLint documentation for details on each option.