Auto refresh eclipse project upon folder update

前端 未结 2 1246
谎友^
谎友^ 2020-12-08 16:46

I want to know if there is a way to enable auto refresh of eclipse project whenever there is an update on the folder consisting project files. For instance when i update the

相关标签:
2条回答
  • 2020-12-08 17:12

    Check "Refresh workspace on startup" in "General->Start up and Shutdown" preferences. That should fix it after application restart.

    0 讨论(0)
  • 2020-12-08 17:27

    Yes , Eclipse version 3.7 has the new lightweight refresh mechanism to keep the workspace synchronized with the underlying filesystem. You can enable it in Preferences > General > Workspace and select Refresh on access.

    enter image description here

    If you use previous version , you can still use the old refresh mechanism by selecting Refresh using native hooks or polling


    Reference:

    What's New in eclipse 3.7

    0 讨论(0)
提交回复
热议问题