Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
888
CSOM Intellisense Support
posted

I am familiar with using the following to see the intellisense on an aspx page.

http://help.infragistics.com/NetAdvantage/ASPNET/2010.2?page=JavaScript_IntelliSense_Support.html

Is there any way to get the intellisense in an js file?

Parents
  • 33839
    posted

    Hi,

    If you have a license with us, you should be able to download the source code.  All of our intellisense is in /// comments in our .js files.  Another option is to put a debugger; statement in your js and then put watch statements on different vars to see what methods they have.

    regards,

    David Young

Reply Children