views:

90

answers:

1

I'm looking for a light, free tool to format my Vbscript code.

The only way I've found so far is to auto-format it in VisualStudio. Although, it's too much to launch VisualStudio for this purpose.

Is there any web app or a free light tool for this purpose? Maybe a plugin for Notepad++?

+2  A: 

Have you tried:

VB Indent - paste your VBScript or VB code, press the button, and it'll indent for you.

or

ASP Indent - auto formatting of your ASP Code. It will not format HTML, though. It's only checking and formatting the text between the <% %>

There don't appear to be any user settings, but it works!

p.campbell
Awesome! Thank you.
katmoon