簡體   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