Visual Studio 2013 - JSLint.NET installed but not showing in tools?

懵懂的女人 提交于 2019-12-12 19:40:55

问题


I am new to VS. Went to Extensions and installed JSLint.NET, it is also enabled. But I get no item under Tools to configure or use it?


回答1:


JSLint.NET is configured on per project basis. Right click on your project and you should see a menu choice for JSLint.NET Project Settings.

You can see an example of this on the Visual Studio gallery page for the extension.

JSLint.NET Extension



来源:https://stackoverflow.com/questions/21802536/visual-studio-2013-jslint-net-installed-but-not-showing-in-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!