Intellij IDEA 是一个非常强大和智能的IDE,但默认配置的一些参数不太符合人们的使用习惯(对于用惯了eclipse的人而言)。以下是我在使用过程中总结的几点优化项。
关闭拼写检查:
Editor>Inspections>Spelling,不勾选 Typo
用星号标识修改过的文件:
Editor>General>Editor Tabs,勾选 Mark modified tabs with asterisk
标识修改过文件所在的目录:
Version Control,勾选 Show directories with changed descendants
显示行号:
Editor>General>Appearance,勾选Show line numbers
让光标不随意定位:
Editor>General,不勾选 Allow placement of caret after end of line
取消自动保存:
Appearance & Behavior > System Settings,不勾选 Save files on frame deactivation
鼠标悬停自动显示javadoc(类似eclipse效果):
Edotor>General,勾选 Show quick doc on mouse move
代码提示不区分大小写:
Editor>General>Code Completion
修改 Case sensitive completion 选项改为 None。
关闭自动更新:
Appearance & Behavior>System Settings>Updates
取消 Automatically check updates 的勾选。