vote up 3 vote down star
2

As the topic suggests I've got VS 2008 with sp1 installed and am not receiving full Intellisense or ANY outlining capabilities when editing classic asp pages. My coworker is also using VS2008sp1 and has outlining working correctly (but he has no idea why)

I've made a screen, you can find here Classic asp outlining issue screen shot 1

Has anyone else had this problem? Am I missing something simple?

Thanks for your help -Birk

flag

5 Answers

vote up 0 vote down

<%@ Language="VBScript" [insert boring monotonous code project here] %>

@ Language="VBScript" seems to do the trick for me. Too bad I have to update all my code to include this now...

link|flag
I'll try this, thanks – Birk Aug 10 at 20:46
vote up 0 vote down check

The best solution that I've found to work is this. For classic asp code on a page ending with a .asp extension you can manage outlining of code by placing different functions or pieces in an asp script block <% %>.

Then outlining works as expected for those sections. I would still like to find a better option than this however.

link|flag
vote up 1 vote down

You can reset your settings by going to Tools -> Import/Export Settings -> Reset All Settings. I suggest you back up your current settings just in case.

You can also run devenv /setup from the command-line and it will reset your Intellisense and such.

link|flag
This seems to have helped the Intellisense view partially... I'm still not getting auto case correction for Intellisense completed code. – Birk Apr 23 at 14:40
vote up 0 vote down

I've had the problem in both VS2005 and VS2008 - it comes and goes with no real pattern, and I never found a good solution. Sometimes closing the project and re-starting VS will solve it for a while...but not always.

link|flag
I've opened and closed the project multiple times a day for several months now with no change :( – Birk Apr 23 at 14:34
vote up 1 vote down

In Visual Studio, go to TOOLS -> OPTIONS -> Text Editor -> Basic -> VB Specific

and check "Enable Outlining Mode"

link|flag
No dice... it's already checked. – Birk Apr 23 at 14:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.