Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ASP Classic, UpdatedNew to Visual Studio Code? Get it now.
ASP Classic, Updated

ASP Classic, Updated

TheBidulon

|
2,280 installs
| (1) | Free
ASP Classic support with Snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Basic VSCode language support and some snippets for Classic ASP

Snippets

You can use many useful snippets more than original tmbundle.

And I am updating those!

Snippet Commands Description or Example
out <%=Variable or Some String%>
for For i = Value To Value in ... Next
forin For item in object ... Next
if If Condition Then ... End if
while While Condition ... Loop
dowhile Do While Condition ... Loop
dountil Do Until Condition ... Loop
sel Select Case Variable ... End Select
case Case Value:
sub Sub Subname ... End Sub
fun Function Name ... End Function
inc <!-- #include file or virtual="filePath" -->
req Request
reqf Request.Form("...")
qs Request.QueryString("...")
res Response
wr Response.Write("...")
ri Response.Redirect("URL")
cook Response.Cookie("...")
app Application("...")
sess Session("...")
obj Server.CreateObject(Object Name)
dbcon Set DB Connection and Close
rs Set Recordset and Open Query and Close
class Set Class
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft