Eclipse 的 Ctrl+H 快捷键在 IntelliJ IDEA 中的等价物是什么

What is Eclipse's Ctrl+H shortcut equivalent in IntelliJ IDEA

Intellij IDEA 中,如何像在 Eclipse 中那样通过 Ctrl+[=14 在所有项目文件中搜索字符串或关键字=]H 命令?

Ctrl + Shift + F 在项目中搜索

 Ctrl + H = "Type Hierarchy" view = shows a tree of parent and 
 child classes of this class.

 Ctrl + Shift + A = "It does a search as you type through all the commands 
 in intellij. Not only that but when you find the command you want it also 
 displays the corresponding shortcut key next to it!" 

https://www.jetbrains.com/idea/help/keyboard-shortcuts-you-cannot-miss.html

希望对您有所帮助!

您搜索的快捷键是Ctrl+Shift+H

在显示的“在路径中查找”对话框中,指定以下选项:

  1. 要查找的文本。
  2. 明确键入文本,或使用正则表达式指定模式,或select以前使用的一段文本或最近历史记录下拉列表中的模式。
  3. 如果您通过正则表达式指定搜索模式,请在反向引用中使用 $n 格式(以引用以前找到并保存的模式)。
  4. 搜索范围(项目、模块或目录)。
  5. 搜索选项(区分大小写、整个单词和常规 表达式)。

然后单击查找

希望对您有所帮助。

要在工作区中搜索,您可以使用 Ctrl+F.

在路径中查找Ctrl+Shift+F有用

Ctrl+Alt+ICtrl+Alt+LIntelliJ IDEA Ctrl+Shift+FEclipse

用于按名称导航到 class (Ctrl+N)

您可以尝试上述解决方案以及此处提到的 link 以使用 intellij 获得更多有用的快捷方式

Ctrl + Shift + N

https://www.catalysts.cc/en/wissenswertes/intellij-idea-and-eclipse-shortcuts/

希望对您有所帮助 谢谢