Eclipse faster auto refresh

后端 未结 2 1855
刺人心
刺人心 2021-01-22 19:31

I use Eclipse to run my application only. I use an external editor (Atom) for my main development. I turned on \"Refresh using native hooks or polling\" to have Eclipse refresh

2条回答
  •  借酒劲吻你
    2021-01-22 20:02

    There is no configuration that changes the operation of the polling refresh used on the Mac (org.eclipse.core.internal.refresh.PollingMonitor).

    The refresh runs much quicker on Windows because it uses file system native hooks rather than polling.

提交回复
热议问题