Eclipse的快捷鍵新增到idea中
新增自定義的快捷鍵.jar檔案
File——>import settings。
匯入.jar檔案
點選ok
更換快捷鍵
僅供自己使用的快捷鍵。~~
1 如何檢視原始碼 (class) ctrl + 選中指定的結構 或 ctrl + shift + t
2 萬能解錯/生成返回值變數 alt + enter
3 檢視繼承關係(type hierarchy) F4
4 提示方法引數型別(Parameter Info) ctrl+alt+/
5 大寫轉小寫/小寫轉大寫(toggle case) ctrl+shift+y
6 生成構造器/get/set/toString alt +shift + s
7 檢視文件說明(quick documentation) F2
9 開啟所有方法(expand all) alt+shift+x
10 開啟程式碼所在硬碟資料夾(show in explorer) ctrl+shift+x
11 生成try-catch等(surround with) alt+shift+z
12 區域性變數抽取為成員變數(introduce field) alt+shift+f
13 查詢檔案 double Shift
14 檢視類的繼承結構圖(Show UML Diagram) ctrl + shift + u
15 檢視方法的多層重寫結構(method hierarchy) ctrl+alt+h
17 抽取方法(Extract Method) alt+shift+m
18 開啟最近修改的檔案(Recently Files) ctrl+E
19 快速搜尋類中的錯誤(next highlighted error) ctrl + shift + q
20 選擇要貼上的內容(Show in Explorer) ctrl+shift+v
21 查詢方法在哪裡被呼叫(Call Hierarchy) ctrl+shift+h
內容為b站尚矽谷的idea教學
個人筆記