Is there a way to get javascript Intellisense without having to use the webscriptmanager? Such as in a .js file or when you have to use the ToolkitScriptManager for the AJAX Control Toolkit...
Yes, but the scripts would have to be registered in the Scripts collection of the toolkitscriptmanager or referenced on the page. Then before deployment those scripts would need to be removed.
We have quite a list of scripts, some 40+, WebScriptmanager makes it easier to use.
I can provide you with the list if you'd like.
Can I get the list too? We keep all our scripts in separate files, and I definitely could use the Intellisense.
Thanks.
Could we please get the list, as well as usage is there is any specific path or way to reference them?