This is a Visual Studio Code extension to help with Classic ASP development.
By using F12
you can go to definition, this works for:
- functions
- subs
- includes
Tip: Methods and Sub that are defined in includes files are also detected.
Press CTRL+Click
or F12
on the include file to open that file.
Example of the plugin in action
Tip: both
virtual
andfile
includes are supported.
Press CTRL+Shift+O
or CMD+Shift+O
to list the include files or methods in the current document.
Example of the plugin in action