How can you speed up Eclipse?

后端 未结 30 2206
甜味超标
甜味超标 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 07:00

    Try this too, it will improve the performance:

    cleaning up indexes - {workspace path}.metadata.plugins\org.eclipse.jdt.core cleaning up history - {workspace path}.metadata.plugins\org.eclipse.core.resources.history

    Cleaning the above folders will not impact the project files.

提交回复
热议问题