문제

I would like to know if there is any build in JSLint validation tool in Visual Studio 2013 Ultimate edition, or optionally a recommand extentsion.

도움이 되었습니까?

해결책

Yes there is - jslintnet. It doesn't matter whether Visual studio is Pro, Ultimate or whatever... You could install it from vs gallery or download from codeplex

다른 팁

The Web Essentials extension (MUST HAVE!) also has JSHint embedded: http://vswebessentials.com/features/javascript

There is also a NuGet package for JSLint.NET that adds JavaScript validation targets to any Visual Studio project. That broadens the reach of JSLint.NET to just about any Visual Studio version, including older and Express editions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top