We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您是否尝试过:
VB 缩进 - 粘贴您的 VBScript 或 VB 代码,按下按钮,它就会为你缩进。
或
ASP 缩进 - 自动格式化 ASP 代码。但它不会格式化 HTML。它只是检查和格式化
<% %>
之间的文本,似乎没有任何用户设置,但它有效!
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!
使用VBScript Beautifier免费软件。它是一个编辑器,但具有自动缩进现有 VB 脚本的功能。它可能有用。我已经使用过它,并且它适合我使用一些旧脚本,这些脚本是由一些未知的开发人员编写的,没有缩进,没有缩进/注释!
Use VBScript Beautifier freeware. It is an editor but has facility to auto indent for existing VB script. It may be useful. I have used it and it's fine with me for using with some old scripts which are written without indentation from some unknown developers without indents/comments!
VBScript Beautifier 是商业软件。
"VB 缩进" 和 "ASP 缩进" 可以工作,但它们不提供格式选项。
商业 VBScript 编辑器 "VBSEdit" 具有代码格式化选项。这在大多数情况下都有效。它仅存在用
:
分隔的一行中的多个命令的问题。VBScript Beautifier is commercial software.
"VB Indent" and "ASP Indent" work, but they don't provide formatting options.
The Commercial VBScript Editor "VBSEdit" has a code formatting option. This works most of the time. It only has problems with multiple commands in one line separated by
:
.VbsEdit 为我工作。
从菜单中选择编辑 -> 重新格式化代码
https://www.vbsedit.com/
VbsEdit worked for me.
From the menu select Edit->Reformat Code
https://www.vbsedit.com/