如何在 RubyMine 中获取快速修复菜单?
根据 http://blogs.jetbrains.com /ruby/2009/08/whats-mining-rails-i18n-support/ 应该有一个快速修复菜单,允许我创建翻译键。它似乎与灯泡有关,但在最新的 RubyMine (RM-96.886) 中我似乎没有得到小灯泡。有什么想法如何进入该菜单吗?
According to http://blogs.jetbrains.com/ruby/2009/08/whats-mining-rails-i18n-support/ there should be a quick fix menu that allows me to create translation keys. It seems to be related to the light bulb but in the latest RubyMine (RM-96.886) I don't seem to get the little lightbulb. Any ideas how to get to that menu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您在 IDE 设置 | 中启用了“i18n 字符串值”意图。意向 |红宝石。
当您位于代码中的字符串时,请尝试 Alt+Enter(在 Mac 上为 Option+Enter)。它应该显示快速修复弹出窗口。
Make sure you have 'i18n string value' intention enabled in IDE Settings | Intentions | Ruby.
When you're on a string in the code try Alt+Enter (Option+Enter on Mac). It should show the quick-fix popup.