Intellij IDEA 學習筆記
阿新 • • 發佈:2018-12-24
Intellij Idea常用快捷鍵總結
Ctrl + [ & ]——對於{}圍起來的程式碼塊,使用該快捷鍵可快速跳轉至{}開始結尾處
Ctrl + N——查詢類檔案
Ctrl + Shift + N——查詢檔案
Ctrl + F12——顯示當前檔案的檔案結構
Ctrl + H——顯示當前類的繼承層次
Ctrl + I——實現基類或介面中的方法
Ctrl + B——跳轉至變數定義的位置
Ctrl + Alt + B——跳轉至方法或類的具體實現
Ctrl + Alt + O——自動import
Ctrl + Alt + L——程式碼格式化
Ctrl + Shift + F——全域性搜尋
Ctrl + X——刪除當前行
Ctrl + /——// 註釋
Alt + /——自動完成
Alt + Enter——自動提示完成
Alt + Shift + ↑↓——上下移動選中程式碼行
相關文件
IDEA錯誤:Cannot start compilation: the output path is not specified for module
IntelliJ IDEA—IDEA2018啟用 IDEA 2018.2啟用教程 最新的(三種)—2018.7.20親測
Idea maven專案不能新建package和class的解決
《阿里巴巴Java開發手冊》IDEA外掛與Eclipse外掛使用指南
Cannot load module file xxx.iml的兩種解決方法