Rails Aptana 3 转到 Haml 查看快捷方式
我使用 Aptana 作为我的 Rails 文本编辑器。
当我处于控制器操作“例如 new”并且我想导航到视图“new.html.erb”时,我按“Alt+ctr+shift+down”然后我可以导航到erb 视图。
但是,当我使用 haml 并尝试相同的操作时,Aptana 搜索“new.html.erb”而不是“new.html.haml” ”并显示“未找到视图文件”
我如何告诉 Aptana 我正在使用 haml 视图而不是 erb?
I am using Aptana as my Rails text editor.
When I am in a controller action "new for example" and I want to navigate to the view "new.html.erb" I press "Alt+ctr+shift+down" then I can navigate to the erb view.
However, when I am using haml and try the same, Aptana searches for "new.html.erb" not "new.html.haml" and displays "view file not found"
How can I tell Aptana that I am using haml views not erb?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请执行以下操作:
选择方法名称并按以下按钮。您将到达风景。
Shift + Ctrl + V
please do the following:
select the method name and press the following. You will reach the view.
shift + ctrl + v