Will vsdoc files work for vbscript?
In an attempt to create better intellisense support for legacy classic asp / vbscript, will the visual studios vsdoc files work for o开发者_C百科ther scripting laguages e.g. vbscript?
EDIT
Thanks for Rodolfo answer, it also helped me clarify my question: I hoping that vsdoc files will help provide better intellisense for include files.
I know you can use VS2008 SP1 for ASP/vbscript files with perfect intellisense, not sure about VS2010. It even works with functions/subs defined in the same file, but alas, it doesn't read include files (would be magical if it did)
精彩评论