Intellij IDE 常用设置

1· 去除代码提示的Case sensitive(比如Sprite,键入sprite不进行任何提示)

Editor->Code Completion->Case sensitive completion->none

 

2·更换查找到的文字颜色(Flash Builder中的刷子功能)

Editor->Colors&Fonts->General->Identifier under caret

 

3·更换快捷键

Keymap->Eclipse

Main menu->Code->Completion->Basic->Alt+/

Main menu->Code->Completion->Cyclic Expand Word -> 去除 Alt+/

 

4·显示Reformat的对话框(默认每次格式化都打开,但是可以点击checkbox不让其每次打开)

Editer->Show "Reformat Code"dialog

 

你可能感兴趣的:(intellij)