How can you speed up Eclipse?

后端 未结 30 2591
甜味超标
甜味超标 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:11

    Make an effort to configure your build path. Code completion uses a lot of memory if it has to go through your whole project folder.

    • Right click on your project and choose preferences.
    • Choose your build path setting and remove your project folder.
    • Then add only the folders where you have your source code and library code.

提交回复
热议问题