Eclipse - 配置优化

去除不需要的启动加载项

Window --> Preferences -->General --> Startup and Shutdown
Eclipse - 配置优化_第1张图片

关闭自动更新

Window --> Preferences -->Install/Update --> Automatic Update
Eclipse - 配置优化_第2张图片

调整jvm内存 待补全

参考:https://blog.csdn.net/feng_pump/article/details/78647792

关闭自动构建

Project
Eclipse - 配置优化_第3张图片

取消拼写检查

Window --> Preferences -->General --> Editors --> Text Editors --> Spelling
Eclipse - 配置优化_第4张图片

优化代码提示

Window --> Preferences --> Java Editor --> Content Assist
摘自:https://blog.csdn.net/feng_pump/article/details/78647792
Eclipse - 配置优化_第5张图片

取消项目文件的自动验证

Window --> Preferences --> Validation
Eclipse - 配置优化_第6张图片

JDK设置

Window --> Preferences -->Java --> Installed JREs
Eclipse - 配置优化_第7张图片
添加Default VM arguments: -Dmaven.multiModuleProjectDirectory=$M2_HOME
Eclipse - 配置优化_第8张图片
Window --> Preferences --> Java --> Compiler
Eclipse - 配置优化_第9张图片

Console 加大显示的行数

Window --> Preferences --> Run/Debug --> Console
去掉对Limit console output的选择,或者选择,设置一下buffer size的设定值

参考1:https://blog.csdn.net/feng_pump/article/details/78647792

你可能感兴趣的:(Eclipse - 配置优化)