idea常用快捷鍵記錄

2021-08-14 13:58:52 字數 1128 閱讀 2589

說明

快捷鍵在兩個專案之間切換

下乙個專案

ctrl + alt + ]

上乙個專案

ctrl + alt + [

開啟最近開啟過的檔案

ctrl + e

開啟最近修改過的檔案

ctrl + shift + e

新建、刪除 書籤

f11新建、刪除 帶編號的書籤

ctrl + f11

開啟編號書籤

ctrl + 編號

新增收藏

alt + shift + f

開啟收藏面板

alt + 2

開啟檔案面板

alt + 1

編輯視窗跳轉

ctrl + tab

編輯視窗左跳轉

alt + ←

編輯視窗左跳轉

alt + →

說明快捷鍵

搜尋類ctrl + n

搜尋檔案

ctrl + shift + n

搜尋方法,變數等

ctrl + alt + shift + n

搜尋字串

ctrl + shift + f

說明快捷鍵

extract變數 (抽取變數改名)

ctrl+alt+v ctrl+alt+f

抽取函式

ctrl+alt+m

重新命名shift + f6

搜尋字串

ctrl + shift + f

說明快捷鍵

上下文debug

ctrl+shift+f9

debug之前的上下文

alt + shift+f9

新增斷點

ctrl+f8

跳到下乙個斷點

f9檢視所有斷點

shift+ctrl+f8

禁止所有斷點

debug後在左下角的mute breakpoints

執行到指定行(游標所在行)

alt+f9

條件斷點

在需要用條件斷點的斷點處 使用shift+ctrl+f8

setvalue除錯過程中動態改變值

f8debug方法

shift+f9

步入f7

IDEA常用快捷鍵記錄

用於開起多個idea程式時使用 上乙個專案視窗 ctrl alt 下乙個專案視窗 ctrl alt 查詢操作 ctrl shift a 最近檔案 ctrl e 新增收藏 alt shift f 查詢類 ctrl n 查詢檔案 ctrl shift n 查詢方法和屬性 ctrl shift alt n...

記錄idea常用的快捷鍵

之前一直用eclipse 換學習idea 記錄一下快捷鍵 ctrl shift v 來進行訪問歷史貼上板 ctrl shift a,搜尋rest client load info rest client 介面測試 ctrl e 來找到最近訪問的檔案 ctrl shift n 查詢檔案 ctrl al...

idea常用快捷鍵記錄(預設)

常用操作記錄 自己用到過的 double shift 根據文字搜尋文字的位置 可以是方法,可以是檔案,可以是變數 甚至可以搜尋資料夾下包含的內容 ctrl shift n 根據檔名稱搜尋檔案 ctrl e 開啟最近訪問檔案列表 alt f7 檢視某個方法被哪些類所引用 ctrl f 在本頁查詢文字的...