intellij idea 常用快捷鍵mac版
阿新 • • 發佈:2019-01-02
login.jsp檔案中的html標籤都是大寫格式的,看著很不舒服,就改了一下,全部用的快捷鍵修改成小寫的,也因此整理了一下常用的快捷鍵。
shift + Command + u 大小寫轉換。
alt + enter 快速import class。
alt + Command + l 格式化程式碼,這個每次修改程式碼後都會用。
shift + control + f 開啟一個輸入框,在全部檔案中搜索關鍵字。
Command+ r 開啟一個輸入框,搜尋當前編輯頁面的關鍵字。
Command+ alt + t if else ,surround with等語句快捷鍵。
Command+ Alt + O
Command+ Alt + M 提取程式碼為一個單獨的方法,程式碼重構時用的,很用的一個快捷方式。
Command + D 是複製至下一行,在eclipse中是刪除當前一行,這個快捷鍵我花了一段時間才習慣,Command + X剪下代替了原來的刪除。
Command+ N 查詢類。
Command+ shift + N 查詢檔案。