Is there a way to enabling collapsing of functions and sub-routines for Classic ASP in Visual Studio 2008? I'm able to manually go through and specify blocks of code as collapsable, but it would save me a lot of time if there was a way to automatically do this.
Otherwise, is there another IDE or text editor that you can think of that supports this?
Notepad++ has a "Function List" plugin:
http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=223668
While this doesn't allow you to collapse your Classic ASP functions and sub-routines, it lists them in a side panel and you can click them to jump from function to function.