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.
如何让Geany美化或美化 ruby 代码?无论如何,这两者之间有什么区别?
我的主要兴趣是缩进,缩进是一致且正确的。
如果没有插件,我想将gem集成到 Geany 中。
另请参阅: SO question 1194185 PlugIn for Ruby Refactoring
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