Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 695 Bytes

File metadata and controls

30 lines (17 loc) · 695 Bytes

ASP fellow

This is a Visual Studio Code extension to help with Classic ASP development.

Go to definition

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.

Go to include files

Press CTRL+Click or F12 on the include file to open that file.

Example of the plugin in action

Sample

Tip: both virtual and file includes are supported.

Go to symbols in document

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

Sample