Idea - Now Day 2018-06-14
阿新 • • 發佈:2018-11-29
lombok - log 物件 , get 方法外掛
Idea 快捷鍵
IDEA 自動刪除類中無用的import包 : Ctrl + Alt + O
https://blog.csdn.net/wei83523408/article/details/60472168
Delete to Word End | Ctrl+Delete | 刪除游標所在至單詞結尾處的所有字元 |
Delete to Word Start | Ctrl+BackSpace | 刪除游標所在至單詞開頭的所有字元 |
Class… | Ctrl+N | 查詢類檔案 |
File… | Ctrl+Shift+N | 查詢檔案 |
Copy line | Ctrl+D | 快速複製一行 |
Line… | Ctrl+G | 定位到檔案某一行 |
Basic | Alt+/ | 自動完成 |
SmartType | Alt+Enter | 自動提示完成 |
Rename | Shift+F6 | 重新命名 |
Reformat Code | Ctrl+Alt+L | 格式化程式碼 |
Comment with Line Comment | Ctrl+/ | 使用//進行註釋 |
Comment with Block Comment | Ctrl+Shift+/ | 使用/**/進行註釋 |
Auto-Indent Lines | Ctrl+Alt+I | 自動縮排行 |
Optimize Imports | Ctrl+Alt+O | 優化import |
psvm 也就是public static void main的首字母。
如何像寫一個System.out.println();就是sout
更多的提示可以CTRL + j 可以檢視,mac系統下是command+j
https://blog.csdn.net/sunny243788557/article/details/26556967
1、Identifier Highlighter 高亮顯示選中變數外掛(idea14報錯無法使用)
2、Key Promoter 快捷鍵提示外掛
Git -〉原始檔變化 顏色變化
git 在未add到git管理的時候是褐色,add後的顏色是綠色,提交之後的顏色是正常色,有修改之後的顏色是藍色。