Have you guys and gals got any tips or hacks for making the most out of the JavaScript intellisense options in Visual Studio 2008?
Visual Studio shows me the "namespaces" and uses the documentation features (<param> and <summary>). I have not been able to get the <return> documentation feature to work though.
Now, that's all well and good. But when I call a privileged function, Visual Studio does not know about it, and thus I get no documentation.
Is there any way I can expose public variables and privileged functions to Visual Studios intellisense functionality, while still creating objects with private members?