8

In an attempt to create better intellisense support for legacy classic asp / vbscript, will the visual studios vsdoc files work for other 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.

Alex KeySmith
  • 16,657
  • 11
  • 74
  • 152

1 Answers1

2

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)

Rodolfo
  • 4,155
  • 23
  • 38
  • Hi @Rodolfo thanks for the answer, good point on the intellisence from within the same file. I'm hoping that vsdoc file to help get around the problem of not doing intellisense for include files. – Alex KeySmith Jun 11 '12 at 08:28