MyEclipse中IntelliJ IDEA的Ctrl+D快捷键
有谁知道MyEclipse中IntelliJ IDEA的Ctrl + D快捷键的同义词吗?
IntelliJ 操作中的 Ctrl + D 快捷方式是:“复制选定的文本或行并在当前位置之后复制,并且不在剪贴板内存中更改”
Do anyone know synonyms of Ctrl + D shortcut of IntelliJ IDEA in MyEclipse?
Ctrl + D shortcut in IntelliJ action is: "Copy selected text or lines and past after current position and don't change in clipboard memory"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为不存在直接的一对一映射。我最接近的想法是选择文本并执行“Ctrl + Alt + Down”。这与复制具有类似的效果。
I don't think there is a straight one to one mapping. The closest I have come to figure out is to select the text and do a "Ctrl + Alt + Down". That has a similar effect as copy.
Intellij 中的 ctrl + D = 复制行或选择
您可以通过 Ctrl + Alt + Down 或 Ctrl + Alt + Up 执行类似的操作。
ctrl + D in Intellij = Duplicate a line or selection
you cn do the similar thing by Ctrl + Alt + Down or Ctrl + Alt + Up.
如果您使用的是
Mac
,则 EOF 为CMD + D
If You are use
Mac
the EOF isCMD + D
我想你正在寻找这个,
删除插入符号处的行:Ctrl + Y
I think you are looking for this,
Delete line at caret: Ctrl + Y