Reputation: 2128
I'm testing VS 2010 with a classic ASP VBScript site I have to work on. It can auto complete and show reference for user functions. However it doesn't analyze 'include' files, so library functions won't be available for intellisense features like autocomplete, parameter reference, 'go to definition', etc.
Is it possible for VS 2010 to count the include chain in?
Upvotes: 0
Views: 579
Reputation: 7448
There's no intellisense or design view integration support for SSI, as they're managed at webserver (iis) level by the approprate ISAPI.
Upvotes: 2