2
In Visual Code, what you will achieve is to activate the Highlight syntax. Here is a plugin that does this:
https://marketplace.visualstudio.com/items?itemName=ilich8086.classic-asp
And here’s a step by step how to install:
https://www.itnota.com/making-visual-studio-code-colorize-classic-asp-code/
To debug, you would have to have Visual Studio, and set up your IIS. Here’s a step by step showing how this can be done:
https://weblogs.asp.net/dixin/debugging-classic-asp-with-visual-studio
Use Visual Studio: https://answall.com/questions/297213/debug-asp-cl%C3%A1ssico-com-visual-studio-2017
– Proton