Intellij IDEA 是我感覺最牛X的IDE開發工具,沒有之一! 先share一篇教程: http://pan.baidu.com/s/1i3fzJff
調整字體
設置默認的JDK
顯示行號
版本控制設置
本地文件和版本庫不一致的時候,那么文件以及所在的文件夾都會出現一個〉標識
Maven
自動刷新POM.xml
刪除最近項目記錄
如果你用Intellij IDEA作為你的IDE,如果你工作繁忙,效率很高,游歷多個projects,你會發現你的IDE中的"recent project"的list很長,這可能不是你想看到的,但是怎么解決呢?
進入你home目錄下的.IntelliJIdea10\config\options這個目錄(注:.IntelliJIdea10是筆者的IDEA版本,你的可能是.IntelliJIdea9或者.IntelliJIdea8或者其他)
PS: Mac os 的目錄是~/Library/Preferences/IntelliJIdea10/options
然后打開other.xml 找到<component name="RecentProjectsManager">這個節點下面的 <option name="recentPaths"> 節點,看到了吧,這里就是你的recent project list了,接下來怎么操作,你懂得。
進入你home目錄下的.IntelliJIdea10\config\options這個目錄(注:.IntelliJIdea10是筆者的IDEA版本,你的可能是.IntelliJIdea9或者.IntelliJIdea8或者其他)
PS: Mac os 的目錄是~/Library/Preferences/IntelliJIdea10/options
然后打開other.xml 找到<component name="RecentProjectsManager">這個節點下面的 <option name="recentPaths"> 節點,看到了吧,這里就是你的recent project list了,接下來怎么操作,你懂得。
隱藏沒用到的文件
比如 IDEA的項目配置文件(*.iml和 *.idea ),打開 SettingsSettings File TypesFile Types , 加入 要隱藏的文件后綴
安裝插件
setting => plugins 進行搜索安裝,重啟生效
Refer:
IntelliJ IDEA 的 20 個代碼自動完成的特性
http://www.oschina.net/question/12_70799