在IntelliJ IDEA中Eclipse的Ctrl + H快捷方式是什么

时间:2015-01-05 07:16:23

标签: java intellij-idea ide

Intellij IDEA中,如何在Eclipse中通过 Ctrl + H 搜索所有项目文件中的字符串或关键字命令?

7 个答案:

答案 0 :(得分:5)

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

在路径中找到Ctrl + Shift + F 非常有用

答案 1 :(得分:3)

Ctrl + Shift + F 搜索整个项目

答案 2 :(得分:2)

 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

希望这对你有所帮助!

答案 3 :(得分:2)

按名称导航到班级( Ctrl + N

答案 4 :(得分:1)

您要搜索的快捷方式是 Ctrl + Shift + H

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

  1. 要查找的文字。
  2. 显式键入文本,或使用正则表达式指定模式,或从最近的历史记录下拉列表中选择以前使用过的文本或模式。
  3. 如果通过正则表达式指定搜索模式,请在后引用中使用$ n格式(以引用先前找到并保存的模式)。
  4. 搜索范围(项目,模块或目录)。
  5. 搜索选项(区分大小写,整个单词和常规 表达式)。
  6. 然后点击查找

    希望这有用。

答案 5 :(得分:1)

Ctrl + Alt + I Ctrl + Alt + IntelliJ IDEA 中的> L Eclipse Ctrl + Shift + F

答案 6 :(得分:1)

你可以尝试上面的解决方案以及这里提到的链接,以获得更有用的intellij快捷方式

Ctrl + Shift + N

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

希望这会有所帮助 感谢