繁体   English   中英

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

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

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

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

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

按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 + N

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

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

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

然后单击查找

希望这是有帮助的。

Eclipse中的IntelliJ IDEA Ctrl + Shift + F按Ctrl + Alt + ICtrl + Alt + L.

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

Ctrl + Shift + N.

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

希望这有助于谢谢

暂无
暂无

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

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