IntelliSense for JavaScript JavaScript IntelliSense in Visual Studio 2010 provides coding choices based on all script that is relevant to your current programming context. This includes scripting elements in the current file. It also includes any code that is referenced directly or indirectly from your script, such as script file references, assembly script references, service references, and page-associated references. The JSense way The JSense extension helps you keep your script file references up do date by searching for script files (.js), services (.asmx) and pages (.aspx) in your project and adding them to a common meta base file. Simply right-click your project and select JSense and your script references for IntelliSense are up-to-date! Please note! This extension was initially developed for Visual Studio 11 Beta where IntelliSense for JavaScript is far more mature. JSense for VS2010 WILL provide some help with IntelliSense but will not make up for the basic shortcomings of VS2010 IntelliSense. I recommend trying Visual Studio 11 Beta with JSense for a much more user friendly experience. |