超實用的idea 快捷鍵

2021-09-29 16:33:46 字數 409 閱讀 4285

超實用的idea 快捷鍵。

command + option + -> /<- 等於 command + e

command + option + / = /**/

control + enter = alt + insert

command+[或] 可以跳到大括號的開頭結尾

command+f12可以顯示當前檔案的結構

command + option + n. 建立類

command + o. 查詢類

command。+ shift + o 查詢檔案

command + option + o。 檢視原始碼類

control + h. 檢視類的結構圖

類的繼承關係。c + o+s+ u

呼叫盞alt+f8 debug時選中檢視值

IDEA實用快捷鍵

快捷鍵說明 move caret to code block end ctrl 諸如 圍起來的 塊,使用該快捷鍵可以快速跳轉至 塊的結尾處 move caret to code block start ctrl 同上,快速跳至 塊的開始出 complete current statement ctr...

IDEA 實用快捷鍵

ctrl alt m 抽取方法 method ctrl alt f 抽取字段 field ctrl alt v 抽取變數 variable ctrl alt c 抽取常量 const ctrl f6 修改函式屬性 shift f6 重新命名 shift delete 安全刪除某一行 ctrl y 同...

IDEA 實用快捷鍵

摺疊 塊 展開ctrl numpad plus 展開當前的摺疊片段 摺疊ctrl numpad 摺疊當前的摺疊區域 遞迴展開 ctrl alt numpad plus 展開當前摺疊片段和該片段中所有下屬的摺疊摺疊區域 遞迴摺疊 ctrl alt numpad 摺疊當前的摺疊區域和其中的所有下級摺疊區...