简体   繁体   English

Intellij IDEA快捷方式与Eclipse快捷方式

[英]Intellij IDEA shortcuts vs Eclipse shortcuts

I'm starting to use Intellij IDEA and it's taking some time to get used to the shortcuts, especially coming from years using Eclipse. 我开始使用Intellij IDEA,并且花一些时间来适应这些快捷方式,尤其是使用Eclipse多年之后。

I don't know whether the IDEA shortcuts were specially designed for a better experience using it. 我不知道IDEA快捷方式是否专门设计用于更好地使用它。 For that reason, my question: 因此,我的问题是:

Is it worth investing some time learning the Intellij IDEA shortcuts or just using Eclipse shortcuts is enough? 值得花一些时间学习Intellij IDEA快捷方式还是仅仅使用Eclipse快捷方式就足够了?

正如此博客文章所述: 不要随身携带快捷方式

It is better to spend some time to learn Intellij IDEA shortcuts if you decide to use Intellij IDEA for your work, because most of the shortcuts differ from Eclipse. 如果您决定在工作中使用Intellij IDEA,最好花一些时间来学习Intellij IDEA快捷方式,因为大多数快捷方式与Eclipse不同。

Shortcut Example : 快捷方式示例:

CTRL + N --> CTRL + N- >

  • (Eclipse) Create new project using the Wizard. (Eclipse)使用向导创建新项目。
  • (Intellij IDEA) To quickly open any class. (Intellij IDEA)快速打开任何课程。

Ctrl + W --> Ctrl + W- >

  • (Eclipse) Close current file (Eclipse)关闭当前文件
  • (Intellij IDEA) Select successively increasing code blocks (Intellij IDEA)选择连续增加的代码块

Action Example : 动作示例:

  • Run : (Eclipse) Ctrl + F11 ; 运行:(Eclipse) Ctrl + F11 ; (Intellij IDEA) Shift + F10 (Intellij IDEA) Shift + F10
  • Debug :(Eclipse) F11 ; 调试:(Eclipse) F11 ; (Intellij IDEA) Shift + F9 (Intellij IDEA) Shift + F9

More shortcuts for Eclipse and Intellij IDEA EclipseIntellij IDEA的更多快捷方式

you can create and customize your own keymap (your own shortcuts). 您可以创建和自定义自己的键盘映射(您自己的快捷方式)。 there is an excellent plugin that can help: https://plugins.jetbrains.com/plugin/6827?pr= 有一个出色的插件可以帮助您: https : //plugins.jetbrains.com/plugin/6827?pr=

If you plan to use IntelliJ you might as well invest the time to get used to the shortcut key differences. 如果您打算使用IntelliJ,则不妨花一些时间来习惯快捷键的区别。 You'll probably want to spend some time getting familiar with the IDE too, and see how things are done differently, and other things like plugins that might be useful for you. 您可能还需要花费一些时间来熟悉IDE,并查看如何以不同的方式完成操作,以及诸如插件之类的其他对您有用的事情。 I would recommend watching the series of short videos at 2X speed to get you familiar quickly: https://www.jetbrains.com/idea/documentation/ 我建议您以2倍的速度观看一系列短片,以快速熟悉您的网站: https//www.jetbrains.com/idea/documentation/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM