标签: ruby code-formatting pretty-print geany
如何让Geany美化或美化ruby代码?无论如何,两者之间的区别是什么?
我的主要兴趣是缩进,缩进是一致和正确的。
如果没有插件,我想将gem集成到Geany中。
另见: SO question 1194185 PlugIn for Ruby Refactoring
答案 0 :(得分:2)
Geany允许通过外部工具处理它,例如astyle。转到Edit->Format->Send Selection to->Set Custom Commands设置外部工具并使用astyle --style=gnu -FpPn,排序和其他工具。只要上面提到的脚本能够从命令行运行,我想也可以将它设置为这样的外部工具。
Edit->Format->Send Selection to->Set Custom Commands
astyle --style=gnu -FpPn
特别是对于ruby,您可以使用rbeautify。
rbeautify