Author: Tips & Tricks for ASP.NET, IIS, and Visual Web Developer | Posted on: 12/16/2008 2:50:08 PM | Views : 871

Here is an example to add intellisense for JS files in VS 2008. So, you have two Javascript files Jscript1.js with the following code function validateForm() { } and Jscript2.js (wherein you want current JScript file to show intellisense including objects...(read more) ...

Go to the complete details ...