1.按類名搜索,eclipse : ctrl+shift+R, idea : ctrl + N.
2.按文件名進行搜索, eclipse : ctrl+T, idea : ctrl + shift + N.
3.查看類或方法在哪被使用,eclipse : ctrl+shif+H, idea : alt + F7.
4.全局內容搜索,eclipse : ctrl+H, idea : ctrl+shift+F.
5.idea中,Shift+Shift搜索任何東西.
6.自動import快捷鍵,eclipse : ctrl + shift + o, idea : alt + enter.
7.常見行操作:添加 :Shift+Enter,復制:Ctrl+D,移動 :Ctrl+Shift+↑/↓ 或者 Alt+Shift+↑/↓,刪除:Ctrl+Y。
8.跳到下一個匹配,eclipse : ctrl + k, idea : F3.
9.outline快捷鍵,eclipse :ctrl+o, idea : ctrl+ F12.
10.頁面內搜索和替換,eclipse : ctrl+f, idea : ctrl + r.
11.找接口實現類快捷鍵,eclipse : ctrl+T, idea : ctrl+alt+B.
12.頁面內全局替換,eclipse : Alt + Shift + R, idea : Shift + F6.
13.向上創建一個空行,eclipse : ctrl+shift+enter, idea : ctrl+alt+enter.
14.實現接口方法快捷鍵,idea : ctrl + i.
15.按指定行查找,eclipse : ctrl + L, idea : ctrl + G.
16.移動當前行, idea : ctrl + shift + 上下箭頭, eclipse : ctrl + 上下箭頭。
17. 大小寫轉換, idea : ctrl + shift + U.
18.查看接口實現,idea : ctrl + alt + B, eclipse : ctrl + t.
19.返回上一次查看的地方,idea:ctrl + alt + 方向鍵,eclipse : ctrl + 方向鍵。