Intellij Idea的一些配置

1.字体ide

修改IDEA面板字体:Settings->Appearance-> Override default fonts by(not recommended)选中,选择本身喜欢的字体字体

修改代码字体:Settings->Editor->Colors &Fonts->Font  选择Courier New,或者其余等宽字体。可能字体没法选择那么就将模版先另存,随便起一个名字,好比就叫s1.spa

ps:可能在修改代码字体的时候没法找到本身想要的字体,尤为是在Linux下,能够进入Idea的配置文件(Linuxcode

~/.IntelliJIdea12/config/colors,window:c:/user/.Intellij...)找到s1.xml,而后将机器里倒是存在的字体填入xml

 <option name="EDITOR_FONT_NAME" value="Courier New" />

重启Idea便可。blog

2.光标ip

对于习惯Eclipse的人来讲,Idea的默认光标很不习惯,鼠标点到哪里,光标就在哪里。it

settings-Editor-Allow placement of caret after edn of line.的勾去掉便可io

3.头文件注释class

settings-Editor-FIle and Code Template

相关文章
相关标签/搜索