如何在 ZeroBrane 中格式化文件或选择

How to format file or selection in ZeroBrane

是否有菜单命令或插件来格式化整个文件或所选内容?

我尝试了 Correct Indentation,但它对以下代码没有任何作用。

local     x = 'Hello' y = 'world' if y..x == 'worldHello'then  print('OK')    end

ZeroBrane Studio 会调整缩进,但不会打断行来进行完整的格式化(这就是为什么您在代码行上看不到任何差异的原因)。您可能需要为此使用 LuaFormatter 之类的东西。