
- Eclipse 教程
- Eclipse - 首頁
- Eclipse - 概述
- Eclipse - 安裝
- Eclipse - 探索視窗
- Eclipse - 探索選單
- Eclipse - 探索檢視
- Eclipse - 透檢視
- Eclipse - 工作空間
- Eclipse - 建立 Java 專案
- Eclipse - 建立 Java 包
- Eclipse - 建立 Java 類
- Eclipse - 建立 Java 介面
- Eclipse - 建立 XML 檔案
- Eclipse - Java 構建路徑
- Eclipse - 執行配置
- Eclipse - 執行程式
- Eclipse - 建立 Jar 檔案
- Eclipse - 關閉專案
- Eclipse - 重新開啟專案
- Eclipse - 構建專案
- Eclipse - 除錯配置
- Eclipse - 除錯程式
- Eclipse - 首選項
- Eclipse - 內容輔助
- Eclipse - 快速修復
- Eclipse - 懸停幫助
- Eclipse - 搜尋選單
- Eclipse - 導航
- Eclipse - 重構
- Eclipse - 新增書籤
- Eclipse - 任務管理
- Eclipse - 安裝外掛
- Eclipse - 程式碼模板
- Eclipse - 快捷鍵
- Eclipse - 重啟選項
- Eclipse - 提示與技巧
- Eclipse - 網路瀏覽器
- Eclipse 有用資源
- Eclipse - 快速指南
- Eclipse - 有用資源
- Eclipse - 討論
Eclipse - 搜尋選單
搜尋工作空間
Eclipse 搜尋對話方塊允許您搜尋包含字面值或字元模式的整個工作空間、一組專案、特定專案或在包資源管理器檢視中選擇的資料夾中的檔案。
可以透過以下方式調用搜索對話方塊:
- 單擊“搜尋”選單並選擇“搜尋”或“檔案”或“Java”。
- 單擊 Ctrl + H。

檔案搜尋頁面允許您搜尋任何型別的檔案,但 Java 搜尋頁面僅關注 Java 檔案。

例如,要在 Java 搜尋頁面中搜索 Person 型別的用法:
在**搜尋框**中輸入 Person。
將**搜尋**為單選按鈕設定為**型別**。
將限制為單選按鈕設定為**引用**。
單擊搜尋。
搜尋結果將顯示在搜尋檢視中。

廣告