Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 AA 将近 6 个月,我发现默认情况下我看不到任何线条/虚线/指标,它们基本上显示了哪个if 语句与else statement匹配。这通常在其他 IDE 中显示为虚线。如果条件分支出来,我真的特别需要这个,而且我很难找到匹配的 if else 子句。此功能是否在 AA 中可用或在属性中设置?
if
else
拥有更快的调试速度将是一个很棒的功能。
尽管如此,目前区分的唯一方法是注意If-Else块之间的缩进
If
Else
例如嵌套 IF
If (Main Condition) { } If(Condition) { } Else(Condition) { } Else (Condition) { }
PS:Automation-Anywhere 不具备文本编辑器或 IDE 的功能,仅仅是因为在 AA 中,我们正在执行一组来自命令库的拖放命令。虽然亮点将是一个很棒的功能!