eclipse 常用设置(二) 优化相关的设置 提速和解决卡顿

1.关闭自动更新和安装

  windows -> Preferences ->  Install/Update -> Automatic Updates   不勾选"Automatically find new updates and notify me"

2.关闭不需要的启动项(插件)

  windows –> Perferences–> General–> Startup and Shutdown   在右边的详细信息中,去掉上面Refresh workspace on startup和Confirm exit when closing last window勾选,在下面的Plug-ins activated on startup中,根据自己的需求来吧 全部不勾也可以的  甚至无用插件过多的时候可以选择卸载掉

3.取消eclipse的文件自动验证 (卡傻的原因)

  windows –> Perferences –> Validation   保留manual(手动)部分,build下只留"classpath dependency Validator"
  手动验证: 右键文件 -> Validation

4.取消拼写检查

  Windows –> perferences –> General –> Editors-> Text Editors -> Spelling  去掉"Enable spell checking"勾选

5.禁用动画

  Window -> Preferences -> General -> Appearance -> 去掉 'Enable animations'勾选

6.手动释放内存

      windows –> Perferences 右边勾选第三个Show heap status,保存生效以后在eclipse的右下方会出现eclipse堆内存使用情况的数据,也可以看到前面提到的Xms和Xmx参数值,旁边有个垃圾桶的图标,可以手动点击那个垃圾桶图标释放内存。

  会持续更新~

参考:

       https://www.cnblogs.com/jiangxinnju/p/5361328.html

       https://www.sohu.com/a/229142027_820120

原文地址:https://www.cnblogs.com/Jenny-sider/p/4512910.html