RubyMine 是否具有 TextMate 风格的多行编辑功能?
是否有一个快捷键可以在 RubyMine (Windows) 中编辑多行,就像使用 TextMate 一样?我在 TextMate 中看到过它,您可以突出显示多行,然后按关键代码,然后开始输入。您输入的所有文本将出现在所有突出显示的行的末尾。我也很想用 RubyMine 来做这件事。
谢谢!
Is there a shortcut key for editing multiple lines in RubyMine (Windows) as you can do with TextMate? I've seen it in TextMate where you can highlight multiple lines, and press a key code, then start typing. All text you type will appear at the end of all of the highlighted lines. I would love to do this with RubyMine as well.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,此功能称为列模式,可以通过编辑菜单或键盘快捷键启用。
Yes, this feature is called Column Mode and can be enabled via Edit menu or keyboard shortcut.
RubyMine 6.3 版及更高版本具有真正的多行编辑功能。同时编辑的文本区域不需要垂直相邻和垂直对齐(因为它们必须使用列选择模式)。
简而言之,
更多信息请参见:什么是挖掘:多个光标和选择
(对于垂直相邻且对齐的文本区域,列选择模式仍然可以正常工作。)
RubyMine version 6.3 and later has real multiple line editing. Simultaneously edited areas of text need not be vertically adjacent and vertically aligned (as they must be to use Column Selection Mode).
Briefly,
More here: What’s Mining: Multiple Cursors and Selection
(Column Selection Mode still works fine for areas of text that are vertically adjacent and aligned.)