【IntelliJ Idea】使用學習html
轉載:http://www.javashuo.com/article/p-veicexnb-em.htmlide
目錄學習
====================================================字體
一、Spring Boot 顯示 RunDashboardidea
二、設置代碼提示 Ctrl + 空格spa
三、設置文件過濾code
四、設置字體component
五、設置拼寫檢查xml
六、設置外觀htm
====================================================
一、Spring Boot 顯示 RunDashboard
在.idea 目錄 workspace.xml 文件中追加 options
<component name="RunDashboard"> <option name="configurationTypes"> <set> <option value="SpringBootApplicationConfigurationType" /> </set> </option> </component>
二、修改代碼提示 Ctrl + 空格
Ctrl + Alt + S 打開 Setting,搜索 keymap,將原來的 Alt + / 刪除,把 Comletion Basic 修改成 Alt + /,和 Eclipse 保持一直。
三、文件過濾
Ctrl + Alt + S 打開 Setting,搜索 File Types,在最下面的 Ignor files and folders 追加要過濾的類型 好比 *.iml
四、設置字體
File | Settings | Editor | Font
五、設置拼寫檢查
File | Settings | Editor | Inspections
去掉 Spelling 勾選
六、設置外觀
File | Settings | Appearance & Behavior | Appearance