简体   繁体   中英

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

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

To search in workspace you can use Ctrl + F .

To find in path Ctrl + Shift + F is useful

按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

Hope this will helpful to you !

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

The Shortcut you are searching for is Ctrl + Shift + H

In the Find In Path dialog box displayed, specify the following options:

  1. The text to find.
  2. Type the text explicitly, or specify a pattern using a regular expression, or select a previously used piece of text or a pattern from the recent history drop-down list.
  3. If you specify the search pattern through a regular expression, use the $n format in back references (to refer to a previously found and saved pattern).
  4. Search scope (project , module or directory).
  5. Search options (case sensitivity, whole words, and regular expressions).

Then Click Find .

Hope this is helpful.

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

You can try the above solutions and also the link which is mentioned in here for more useful shortcuts with intellij

Ctrl + Shift + N

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

Hope this helps Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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