I was trying to find out how to enable JavaScript Intellisense for webservices' client-side proxy classes when we are accessing client-proxy classes in external JS files?
I couldn't find a simpler solution than to:
- Run the application
- Download the client-side proxy class
- Save the content to a JavaScript file as the name of the Webservice and the extension of .js
- Add a /// <reference path="MyProxy.js" /> to the external JS file
- Intellisense enabled!
Is there an easier way of doing the same?
Regards
Tags: