Eclipse Hotkey

摘要:Eclipse Hotkey

Eclipse 快捷鍵
 
F11 快速執行(Debug模式)
ctrl + /          註解 (取消註解)
ctrl + Q          移至上一次編輯的位置
ctrl + D          刪除單一行
ctrl + L          移至指定行數
ctrl + 3          搜尋在分頁中的檔案
ctrl + *          Expand All
ctrl + F6         上次使用的檔案
ctrl + F11        快速執行
ctrl + F          搜尋關鍵字
ctrl + K          快速搜尋選取的字  (如果先用ctrl + f 然後再找下一筆)
ctrl + 1          自動修復
ctrl + Z          回復上一次步驟
ctrl + Y          重做下一次步驟
 
ctrl + O          搜尋所有位於function名的關鍵字
ctrl + S          儲存
ctrl + J          向下增量搜尋 (每打1個字母就開始向下搜尋)
ctrl + 滑鼠左鍵   跳至定義位置
 
 
ctrl + alt + H    顯示繼承架構
ctrl + alt + /    自動完成
 
ctrl + shift + L  顯示按鍵輔助
ctrl + shift + k  快速搜尋關鍵字 (如果先用ctrl + f 然後再找上一筆)
ctrl + shift + j  向上增量搜尋 (每打1個字母就開始向上搜尋)
ctrl + shift + s  全部儲存
ctrl + shift + p  跳至匹配的括號
ctrl + shift + f  格式化程式碼
ctrl + shift + Y  小寫字母
ctrl + shift + X  大寫字母
ctrl + shift + U
ctrl + shift + G  references in workspace
ctrl + shift + o  自動匯入所欠缺的類別
ctrl + shift + T  search
ctrl + shift + R  Open Resource
ctrl + shift + F  程式碼自動排版
ctrl + shift + L  列出所有快速鍵
ctrl + shift + O  自動匯入所欠缺的類別
ctrl + shift + P  移至匹配的括號
 
alt + shift + J   加入Java doc說明
alt + / 程式碼輔助
alt + ← 跳到上一次游標所在位置
alt + → 跳到下一次游標所在位置(這個功能常配合ctrl + 滑鼠左鍵,當查完定義後,要再回到原程式位置)
alt + ↑ 上移 (快速的移動一行或一個段落)
alt + ↓ 下移 (快速的移動一行或一個段落)
 
 
自動排版  Ctrl + Shift + F
當import別人的source code,想要手動修改排版會很費時,利用Eclipse自動排版功能,但如果沒有作用的話,可以調整設定看看
 
Project右鍵 => 選Properties => Java Code Style => 點Formatter內容
可以看到Active profile內的設定跑掉了   
 
重新設定好Active profile為Eclipse 2.1,之後在Ctrl +Shift + F就可自動排版