More From Luke Page

 

JSLint.VS2012

Free

Adds JSLint support into Visual Studio

(4) Review
Visual Studio
2012
Download (9,379)
10/6/2012
1.4.2
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (4)
Q and A (9)
Sign in to Write a Review
Sort By:

by Paul Keister | April 04 2013

Makes it easy to integrate JSLint into your workflow. Very nicely done!

by bdukes | March 07 2013

by wu.kong | December 06 2012

great extension

by BramYeh | October 03 2012

Sign in to Start a Discussion


  • JSHint 2.0.0
    1 Posts | Last Post May 12, 2013
    • Would you integrate JSHint 2.0.0 into JSLint.VS2012 extension?
  • jsLint with Virtual Folders(?)
    1 Posts | Last Post March 19, 2013
    • We have multiple products that all use some common folders.  We're using Visual Studio's ability to include content in a project from outside the project (Content Include) for third party JS libraries and code we write for all projects to use.  The code from the third party libraries often don't conform to jsLint or jsHint requirements, so when we run jsHint on our project at build, it reports tons of errors.
      
      We've tried to exclude these folders from jsLint for VS2012 using the provided mechanisms, but whenever the build runs, the files are still checked and errors are reported.  
      
      Can anyone tell me the correct way to have these files excluded from these project's build process?
  • Support for VS 2012 Express
    7 Posts | Last Post February 04, 2013
    • Hi,
      I am using VS 2012 Express version. I am not able to get through the installation. "This extension is not installable on any currently installed products".
      
      I checked "extension.vsixmanifest", file there is no referenct to "express". I tried adding and installing but hard luck. Now I get "This vsix package is invalid because it does not contain the file extension.vsixmainfest at the root".
      
      1. Is there support for VS 2012 express?
      2. Is there a work around for VS express?
      
      Thank you
    • Same problem :(
    • I'll try adding support to the config and using it.
      
      I created a bug..
      http://jslint4vs2010.codeplex.com/workitem/1292
    • I added support, but when it came to upload I got the message "You can only upload template VSIX files for the Visual Studio Express SKUs." So I altered the config to remove support again.
      
      Does the express version even support extensions? If you look on codeplex that version still says it supports express, so you could try it.
    • Same problem :( I'm using Visual studio express 2012 for web. It'd be great if express support is added.
    • Hey, I understand that you cannot upload the patch with the express suppport but could you please tell us how to add it by ourselves so we can get it to work on express?
      
      Thanks!
    • Extensions do not work in Visual Studio Express. This is a limitation that Microsoft intentionally put into the express editions. You need to purchase an edition of Visual Studio in order to use extensions.
  • 1.4.2 JSHint - Unable to disable "Missing space after function"
    1 Posts | Last Post January 10, 2013
    • Hi - I'm using the JSHint linter in VS 2012 on version 1.4.2 of the extension. I am unable to turn off the "Missing space after function" error. Is there a workaround for this error? I logged this as a defect here: http://jslint4vs2010.codeplex.com/workitem/1394
      
      Thanks
  • 1.4.2: "Skip on build (item)" - not saved for web sites
    1 Posts | Last Post January 10, 2013
    • Hi,
      
      The feature works fine for web projects, but for web sites it still doesn't save skipped items.
      
      I see that the list of skipped items gets saved in csproj file, isn't it more logical to save it in JSLintOptions.xml? It will work for web sites in this case...
  • Error thresold of 1000 reached
    1 Posts | Last Post December 12, 2012
    • Hello,
      
      I can't suppress the "Error thresold of 1000 reached" error caused by the JSLint Extension. So I can't compile my project till I fixed all JS Errors.
      
      Can you make the error suppressable?
      
      Thank You
  • JSLint 1.4.1 "Skip on Build" not working in Visual Studio 2012
    3 Posts | Last Post December 01, 2012
    • Dears
      
      JSLint.VS2012 1.4.1 "Skip on Build" didn’t work in Visual Studio 2012.
      Project setting was modified but only one file would be added, however, even the file added would be executed via JSLint.
      
      And WinJS has promise scenarios which would have three parameters (complete, error and progress function), and not all of three would be used so that JSLint would warn.
      Is there any way to filter out this issue but still verify unused variables?
      
      Thanks very much.
      
    • I'm getting the same issue in VS2012 Premium - Skip does not work and getting a thousand errors on jquery libs...
    • Hrmm just saw this.. is it still a problem?
  • Skip on Build
    2 Posts | Last Post December 01, 2012
    • The ability to "Skip on build" for specific files and folders is great.
      
      Where does the extension keeps this list and is it possible to export it to share within a team (similar to how you can export the JSLint options)? Or even better, include it in the project?
      
      Thanks.
    • It should save in the project or solution already.. if it doesn't then it isn't saving at all and feel free to raise a bug on codeplex.
  • Expected release date
    2 Posts | Last Post September 26, 2012
    • My team are currently  migrating from VS2012 to VS2010. We currently use a JSLint plugin and would like to continue using one after migration. Is there a planned release date for this completed extension? Using an alpha/beta version is not an option for us when developing production code.
    • I presume you use our jslint plugin for 2010? It is the same plugin, just with new references. Unfortunately a couple of the guids have changed.
      
      I'm using this every day and so far only have the problems I mention. I hope to fix those this weekend. Its an open source project mainly developed by me - so I'm calling it beta because there are a couple of known bugs (mainly features strangely missing). Once I don't know of any known bugs, I'll change it to be called stable.
      
      Hope that helps.. couple of weeks max.