6

I'm wanting a tool to tidy VBScript code. I'm looking for something to do the same job as perltidy for Perl, or astyle for C++ and Java code.

I've looked, but failed to find anything here or via Google. Open Source software would be preferred.

Can anyone point me at one please?

Bobby
  • 199
  • 5

3 Answers3

0

Not tried , but maybe this:

http://www.sourceformat.com/vbscript-beautifier.htm

monojohnny
  • 5,894
  • 16
  • 59
  • 83
0

Not sure what text editor you are using.

If you know how to use Vim you can open the file with it and this command:

=G
Yada
  • 30,349
  • 24
  • 103
  • 144
  • That does indentation yes, but I'm looking for rather more complete tidying of code - lining up assignments on the = signs and the like, which is why I gave astyle and perltidy as examples. – Bobby Feb 04 '10 at 12:52
0

I'm very happy with an application I purchased online called VBSedit. Don't know the guy or anything, but it is a good editor. I was previously using Notepad++ FWIW

unrealtrip
  • 670
  • 4
  • 13