JSCop: JSCop is a code analysis tool for java script. We can integrate JSCop in Visual Studio to improve code quality of java script when writing the code in Visual Studio.
Steps to add JSCop in Visual Studio Professional 2012




How to run JSCop
Steps to add JSCop in Visual Studio Professional 2012
- Open Visual Studio
- Go to Tools -> External Tools (When you click on External Tools a new window will open as shown below)
- Click on 'Add' button
- Below screen will appear

- Fill values as shown in below image and click 'OK'
- You can enter any name in Title which you want for JSCop, I am writing just JSCop
- In Command text box write complete path of js50.exe
- Arguments: /file:$(ItemPath)
- Initial directory: Complete path till bin folder
- JSCop option will now appear in 'Tools' menu
How to run JSCop
- Open JS file (JSCop will run only on JS file i.e. file with extension JS. It will not run on HTML, ASPX, etc.)
- Select Tools -> JSCop
- See output window for warnings
- JSCop option should now be available in ‘Tools’ menu
You also like to know about:
- Do you know what happens when you hit url www.goolge.com?
- Know about Debouncing & Throttling
- AngularJS advanced trick and techniques
- Restrict input to allow only required value (jQuery plugin for input type validation)
- Spread operator or Rest parameter or Ellipsis in JavaScript
- Why call and apply two methods available in JavaScript
- Automatic Form Input Validation for complete site
- Number of ways you can create function in JavaScript +what are they called
- JavaScript Native objects
- How to Create private function in JavaScript
- functions as first class object in JavaScript
- Object Oriented concept in JavaScript
- Advanced JavaScript questions
- One good way to declare Global Variables in JavaScript
- how to align elements in a row with equal space around
- Closures in JavaScript
- AJAX call in AngularJS for cross domain service using JSONP
- Cross Site Scripting in WCF Web Service. How to use AJAX in JavaScript to Get/Consume JSON from WCF in C#
- How to add AngularJS in rails application
- Git configuration all about
- Pass XML file in stored procedure as a input parameter from C#
- XML Parser in SQL Server (T-SQL), How to parse XML in SQL
- Wish your friend with your own words and love
- Create Message in Hindi by typing in Hinglish
- Convert Multiline Text Into Single Line for HTML page