This is a Visual Studio Code extension to analyze Classic ASP.
- You can see
Class
,Function
andSub
of your displayed file inOUTLINE
. - Select the name of
Class
,Function
orSub
and pressF12
orCtrl+Click
to jump its declaration. (only in same file)