格式化 Ruby on Rails 代码 Textmate
我正在处理一个尚未由我启动的项目。代码都很混乱,我想格式化代码,不是手动而是使用textmate。我该怎么办?
I've a project that I'm working on which has not been started by me. The code is all jumbled up, I want to format the code, not manually but by using textmate. How do i go about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通常,突出显示代码块(或整个文件)并从“文本”菜单中选择“缩进选择”。
Generally, highlight the block of code (or whole file) and select "Indent Selection" from the "Text" menu.
如果您转到
bundle>; html> tidy
就可以了!If you go to
bundle > html > tidy
it will do the trick!