Intellij IDEA初始化开发环境

1. 中文支持:

    Appearance -> Font -> Name -> SimSun

 

2. 去掉非代码的语法错误提示

    Editor -> Colors & Fonts -> General -> TYPO -> Effects

  

3. 显示行号

   Editor -> Apperance -> Show line number

 

4. 关闭所有编辑窗口

   Keymap -> Close All

 

5. format code

   Keymap -> Reformat code

 

6. 编辑文件模板

   File Templates -> Includes

 

7. 让光标不随便定位

   Editor -> Allow placement of caret after end of line.

 

 

 

想起来再记再记。。。

你可能感兴趣的:(intelliJ idea)