How to speed up the eclipse project 'refresh'

前端 未结 6 1505
鱼传尺愫
鱼传尺愫 2020-12-28 22:29

I have a fairly large PHP codebase (10k files) that I work with using Eclipse 3.4/PDT 2 on a windows machine, while the files are hosted on a Debian fileserver. I connect vi

6条回答
  •  借酒劲吻你
    2020-12-28 22:38

    Do you have to store the files on a share? Maybe you can set up some sort of automatic mirroring, so you work with the files locally, and they get automatically copied to the share. I'm in a similar situation, and I'd hate to give up the speed of editing files on my own machine.

提交回复
热议问题