Is there an IntelliJ Keymapping plugin for Eclipse?(是否有适用于 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".
这篇关于是否有适用于 Eclipse 的 IntelliJ Keymapping 插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否有适用于 Eclipse 的 IntelliJ Keymapping 插件?
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01