Eclipse快捷鍵 ================================================== Menus F10 Main menu Shift F10 Context menu Ctrl F10 View menu Alt - Active view's menu ================================================== Workspace navigation F12 Activate editor Ctrl Shift W Switch editor Ctrl F6 Next editor Ctrl Shift F6 Prev editor Ctrl F7 Next workspace Ctrl Shift F7 Prev workspace Ctrl F8 Next perspective Ctrl Shift F8 Prev perspective Alt Left Back Alt Right Forward Files Alt Shift S Show in… Ctrl Shift R Jump to file Ctrl N New file Ctrl S Save file Ctrl Shift S Save all files Ctrl F4 Close file Ctrl Shift F4 Close all files Find Ctrl L Goto line Ctrl F Find Ctrl J Incremental find Ctrl Shift J Incremental find prev Ctrl K Find next Ctrl Shift K Find prev Ctrl H Search workspace Ctrl (dot) Navigate next Ctrl (comma) Navigate prev ================================================== Java navigation F3 Goto declaration Ctrl Shift U Find references in file Ctrl Shift G Find references in workspace Ctrl T Popup type hierarchy Ctrl Shift T Open Type Ctrl O Outline of current source Ctrl F3 Outline of current cursor position F2 Show Javadoc F4 Show heirachy ================================================== General editing Alt Arrow Move line(s) up or down Ctrl Alt Arrow Duplicate line(s) up or down Shift Enter Insert line below Ctrl Shift Enter Insert line above Ctrl Shift Q Toggle Quick Diff Ctrl Shift Y Convert to lowercase Ctrl Shift X Convert to uppercase Java editing Ctrl 1 Quick fix (works even when there are no errors Ctrl Shift M Add import Ctrl Shift F Reformat Ctrl / Comment Ctrl \ Uncomment Ctrl Shift Space Parameter hints Ctrl Hyperlink identifier ================================================== Debugger F5 Step into F6 Step over F7 Run to return F8 Resume F9 Relaunch last F11 Run/debug last Ctrl F11 Run Ctrl Shift B Toggle breakpoint Ctrl D Display Ctrl Q Inspect Ctrl R Run to line Ctrl U Run snippet ================================================== Refactor Alt T Rectoring menu Ctrl Shift Z Undo refactor Ctrl Shift Y Redo refactor Alt Shift R Rename Alt Shift V Move Alt Shift I Inline Alt Shift M Extract method Alt Shift L Extract local ================================================== Misc F5 Refresh F1 Infopop F2 Show resizeable hover F5: step in F6: step over F7: ...... F8: ...... Ctrl + space : Code assistant Ctrl + o : 在編輯器中打開類結構,適用在編輯框最大化的時候,跳轉函數用... Ctrl + t : 也是在編輯器中使用,打開選擇的元素的繼承樹,能夠迅速定位父類的方法在子類中的覆蓋位置 Ctrl + shift + R : 查找XML,JSP等非JAVA文件. Ctrl + shift + H : 打開制定類的類樹,適用在對於沒有源代碼的類的層次結構的瞭解,用F4是沒法實現的 Ctrl + H : 搜索全部文件中,包含的關鍵字,我用來搜索XML等配置文件.... Alt + <-(左右箭頭): 編輯器的回退,就是著名的BACK! Ctrl + F6 : 切換編輯編輯器,我改爲了Table+ctrl Ctrl + m : 編輯框最大化... Ctrl + b : 插入斷點 Insert : 點擊insert能夠切換幾種光標的形狀,每一種形狀都表明一種insert方式,默認的是smart insert吧。 ctrl+/:註釋 ctrl+\:取消註釋 Ctrl + space : Code assistant 最好不要用這個快捷鍵作code assistant, 容易和輸入法衝突。我通常設置成Ctrl+J,同JBuilder的同樣。 我自定義的其它的設置還有: Ctrl+Tab : Code Format Ctrl+I : 組織導入 ctrl+shift+m 自動搜索鼠標所在的類所屬的包並自動導入,加入import語句中。 ctrl+shift+O吧,把import *這種方式改成,import肯定的類或接口 ctrl+shift+p 找另一半括號 ctrl+1 smart fix (經常使用) alt+/ 由於是中文系統因此ctrl+space老是出現輸入法,因此用這個替代。 按住ctrl,用鼠標點method或類,自動跳到該類或方法。