--- tags: intellij-idea, java --- # 03.IntelliJ IDEA的啟動設定與建議安裝的外掛(IDEA #3) ### 啟動設定 由功能表設定或按〔Ctrl+Shft+A〕搜尋動作。 設定方式 | 功用說明 ---- | ---- Help → Edit Custom Properties... | 設定IDEA的系統資料夾 Help → Edit Custom VM Properties... | 設定IDEA的啟動參數 ### 基本設定 設定方法 | 功用說明 ---- | ---- Appearnce → Windows Options → 勾選Show Memory Indicator | 顯示VM數值 Editor → Font | 變更編輯區字型,預設是Monospaced 12 Editor → Code Style | 選用喜好的程式碼樣式 Editor → General → Mouse: <br>Change font size (Zoom) with Ctrl+Mouse Wheel | Ctrl+滾輪變更編輯區字體大小 ### 建議額外安裝的安掛 市場的外掛 | 功用說明 ---- | ---- Key Promoter X | 提示滑鼠選單對應的快捷鍵 Presentation Assistant | 教學用快捷鍵提示 Material UI Theme | 暗色系主題選擇 ### 解說影片 <iframe width="600" height="350" src="http://jdev.tw/files/intellij-idea/idea-files.html" allowfullscreen></iframe> ##