mac上的eclipse的常用快捷鍵
用途快捷鍵
彈出**相關選項
⌘+option+s
繼承覆蓋方法
⌘+option+s
成員的方法
⌘+option+s
新增get和set方法
⌘+option+s
新增 hashcode()和equals()
⌘+option+s
完成構造方法
⌘+option+s
繼承構造方法
⌘+option+s
快速修復
⌘+1刪除當前行
⌘+d複製當前行到下一行
⌘+option+↓
複製當前行到上一行
⌘+option+↑
移動游標至當前行的行首
⌘+←移動游標至當前行的行尾
⌘+→快速顯示當前類的結構
⌘+t關閉當前編輯頁
⌘+w前乙個編輯的頁面
⌘+option+←
後乙個編輯的頁面
⌘+option+→
⌘+k顯示當前編輯頁面列表可選擇頁面進行切換
⌘+e注釋或反注釋當前行
⌘+/顯示editor管理器,可選擇切換editor
⌘+shift+e
正向查詢,在當前編輯頁中查詢錄入的字元
⌘+j反向查詢,使用方式與正向查詢類似
⌘+shift+j
關閉所有開啟的editor
⌘+shift+w
定位匹配符,適用於**規模比較大的場景
⌘+shift+p
向下移動當前行
option+↓
向上移動當前行
option+↑
顯示當前選擇資源的屬性
option+回車
**助手「智慧型提示」
option+/
重新命名option+⌘+r
抽取本地變數
option+⌘+l
最大化或還原當前editor或view
control+m
選中游標至全部文字的開頭
shift+⌘+↑
選中游標至全部文字的結尾
shift+⌘+↓
選中游標至當前行的結尾
shift+⌘+→
選中游標至當前行的開頭
shift+⌘+←
eclipse在Mac上的快捷鍵
編寫 command option s 調出快速生成 會話框,可以選擇為成員變數生成setter getter方法,重寫tostring,hashcode,equals方法,生成constructor等 tab 呼叫乙個有多個引數的方法的時候,從乙個引數跳到另外乙個引數。比如hashtable的pu...
mac下eclipse的常用快捷鍵
文章 整理mac下eclipse的常用快捷鍵 整理eclipse常用快捷鍵 一 command類 command 1 快速修復 command d 刪除當前行 command option 複製當前行到下一行 command option 複製當前行到上一行 command 移動游標至當前行的行首 ...
MAC版Eclipse的常用快捷鍵
一 command 類command 1 快速修復 command d 刪除當前行 command option 複製當前行到下一行 command option 複製當前行到上一行 command 移動游標至當前行的行首 command 移動游標至當前行的行尾 command t 快速顯示當前類的...