IntelliJ IDEA优化总结
1.修改JVM参数
修改idea.exe.vmoptions配置文件调整以下内容:(IntelliJ IDEA 10.0.1包含以上版本不需要设置)
1 | -Xms256m |
2.优化文件保存和工程加载
取消“Synchronize file on frame activation
”(同步文件功能,酌情考虑可以不取消)
取消“Save files on frame deactivation
”的选择
同时我们选择”Save files automatically
“, 并将其设置为30秒,这样IDEA依然可以自动保持文件,所以在每次切换时,你需要按下Ctrl+S保存文件
取消Settings
-> General
去掉 Reopen last project on startup
设置IntelliJ IDEA启动的时候不打开工程文件
3.用*标识编辑过的文件
Editor
–> Editor Tabs
在IDEA中,你需要做以下设置, 这样被修改的文件会以*号标识出来,你可以及时保存相关的文件。
Mark modified tabs with asterisk
4.显示行号
如何显示行号:Settings
-> Editor
-> Appearance
标签项,勾选Show line numbers
5.自定义键盘快捷方式
如果默认代码提示和补全快捷键跟输入法冲突,如何解决:Settings
-> Keymap
6.如何让光标不随意定位
Settings
-> Editor
中去掉Allow placement of caret after end of line
。
7.中文乱码问题
Settings
-> File Encondings
选择 IDE Encoding
为GBK
。
在包含中文文件名或者文件夹的时候会出现??的乱码,解决方法如下:
File
-> Settings
-> Colors & Fonts
-> Editor Font=宋体, size=12, line spacing =1.0
Settings
-> Appearance
中勾选Override default fonts by (not recommended)
,设置Name:NSimSun,Size:12
8.取消代码拼写检查
Settings
-> Inspections
-> Spelling
-> Typo