How can you speed up Eclipse?

后端 未结 30 2239
甜味超标
甜味超标 2020-11-22 06:04

How can you make the experience with Eclipse faster?

For instance: I disable all the plugins I don\'t need (Mylyn, Subclipse, …).<

30条回答
  •  失恋的感觉
    2020-11-22 06:44

    Along with the latest software (latest Eclipse and Java) and more RAM, you may need to

    • Remove the unwanted plugins (not all need Mylyn and J2EE version of Eclipse)
    • unwanted validators
    • disable spell check
    • close unused tabs in Java editor (yes it helps reducing Eclipse burden)
    • close unused projects
    • disable unwanted label declaration (SVN/CVS)
    • disable auto building

    reference:making-eclipse-ide-faster

提交回复
热议问题