是否有适用于 Eclipse 的 IntelliJ Keymapping 插件?
我是 IntelliJ 的老用户,现在正在做一个需要 Eclipse 的项目.我不介意学习它们存在的 Eclipse 默认键盘快捷键,但是很多操作没有分配快捷键(grrrr!)
I am an old IntelliJ user, now working on a project that requires Eclipse. I don't mind learning the Eclipse default keyboard shortcuts where they exist, but so many operations don't have shortcuts assigned (grrrr!)
我想知道是否有任何插件可以自动将 IntelliJ 默认值分配给任何还没有映射的操作?
I was wondering if there is any plugin that would automatically assign the IntelliJ defaults to any action that does not already have a mapping?
作为替代方案,我想我也可以使用一个插件来清除所有 Eclipse 默认值并用 IntelliJ 版本替换它们.
As an alternative I guess I could also use a plugin that just wipes out all of the Eclipse defaults and replaces them with the IntelliJ versions.
还是我必须去手动将它们一一替换:(?
Or do I have to just go and manually replace them all one by one :( ?
推荐答案
IdeaKeyScheme 插件只是由一个想要同样东西的人开发的.源代码和二进制文件可用.我自己没有尝试过,但是很多人使用它并取得了巨大的成功.它似乎是唯一的东西.
The IdeaKeyScheme plugin was just developed by one guy that wanted the same thing. Source and binary are available. I haven't tried it myself, but many people use it with great success. It seems to be the only thing out there.
如果您关心键盘映射,Eclipse 的 Key Promoter 插件(称为MouseFeed)也会有很大的帮助.还有一个 IntelliJ 版本.我强烈推荐这个插件来提高生产力.
If you're concerned about keyboard mappings, the Key Promoter plugin for Eclipse (known as MouseFeed) will be a big help, too. There's also an IntelliJ version. I highly recommend this plugin for productivity enhancement.
安装和启用 IdeaKeyScheme 插件
- 对于 Eclipse:将 jar 文件添加到
eclipse/dropins/plugins
文件夹. - 重启 Eclipse.
- 打开Window → Preferences → General → Keys 并选择方案Intellij Idea".
- For Eclipse: add jar file to
eclipse/dropins/plugins
folder. - Restart Eclipse.
- Open Window → Preferences → General → Keys and select the scheme "Intellij Idea".
相关文章