用於開起多個idea程式時使用:
上乙個專案視窗 : ctrl + alt + [
下乙個專案視窗 : ctrl + alt + ]
查詢操作 : ctrl + shift + a
最近檔案 : ctrl + e
新增收藏 : alt + shift + f
查詢類 : ctrl + n
查詢檔案 : ctrl + shift + n
查詢方法和屬性 : ctrl + shift + alt + n
查詢字串 : ctrl + f
大小寫切換 : ctrl + shift + u
**格式化 : ctrl + alt ++ l
選擇所有匹配項 : ctrl + alt + shift + j
取消所有匹配項 : alt + shift + j
設定常用 live template(模板)
$end$ 停留位置
$var1$ 引數1
常用postfix :
主函式 : psvm
輸出函式: sout
迴圈函式: fori
增加字段: field
非空:nn
返回:return
各種提示 :alt + enter
自動導包 : ctrl + alt + o
重新命名 : shift + f6
更改簽名 : ctrl + f6
抽取變數 : ctrl + alt + v
抽取常量 : ctrl + alt + c
抽取成員變數 : ctrl + alt + f
抽取引數 : ctrl + alt + p
抽取為函式 :ctrl + alt + m
版本控制:
回滾行 : ctrl + alt + z
本地歷史:
ctrl + shift + a 查詢本地歷史(local history)
檢視所有斷點 (或某個位置的條件斷點): ctrl + shift + f8
生成 : alt + insert
在當前目錄新建 : ctrl + alt + insert
複製類(檔案) : f5
移動類(檔案) : f6
複製檔名時: ctrl + c
複製檔案路徑: ctrl + shift + c
檔案結構: ctrl + f12
顯示uml :ctrl + ****f + alt + u
idea常用快捷鍵記錄
說明 快捷鍵在兩個專案之間切換 下乙個專案 ctrl alt 上乙個專案 ctrl alt 開啟最近開啟過的檔案 ctrl e 開啟最近修改過的檔案 ctrl shift e 新建 刪除 書籤 f11新建 刪除 帶編號的書籤 ctrl f11 開啟編號書籤 ctrl 編號 新增收藏 alt shif...
記錄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 在本頁查詢文字的...