Spread for ASP.NET 8.0 Product Documentation > Developer's Guide > Getting Started > Working with the Component > Adding and Using JavaScript Intellisense > Adding JavaScript IntelliSense for Visual Studio 2012 |
The Spread component can support client-side code IntelliSense in Visual Studio 2012. This feature allows you to type the name of the control and get a list of available methods and properties. Some browsers may not support certain properties and methods.
After support has been added, type the control name followed by a dot to see the list.
This features requires the FpSpreadJsIntellisense.js file located in the fp_client folder. Use the following steps:
/// <reference path="FpSpreadJsIntellisense.js" />