javascript - Visual Studio 2013 - JSLint.NET install on web project does not show the expected Jslint menu options -
I have a web application and installed jsLint.NET on this project but the JSLint menu is not shown at all. Besides, what should I do, besides, to show the menu when I click directly on my project folders and files, what should I do? I'm on the Visual Studio 2013 Pro Edition on a Windows 7 machine.
PS This question has not been answered because the answers given on this link are not understood in my case.
if you installed on a project This package, which looks like a NuGet package, prepares the goals that the project is made (locally or at the build server) runs JSLint every time, so there is no menu or other IDE integration - It only runs automatically.
Your project, there are some options.
-
Create an empty JSLintNet.json file in the root of the project folder that contains a tool for editing settings in the NuGet package and drag it to JSLintNet.Console.exe. In this tool folder where the NuGet package is installed (for example, \ packages \ JSLintNet.MSBuild.1.7.0 \ tools) is found.
-
The extension that installs the menu and settings editor integration can influence the NuGet package and the Visual Studio Extensions to a great extent.
Comments
Post a Comment