Can Eclipse refresh resources automatically?

后端 未结 13 1603
长发绾君心
长发绾君心 2020-11-27 11:15

Eclipse (3.4.2 with PyDev) deals with out-of-sync resources (files that have been edited outside of the IDE) differently from other IDEs that I\'ve used, where only resource

13条回答
  •  悲哀的现实
    2020-11-27 11:23

    Out of synchronization problem is common in eclipse IDE so you have to check this option windows -> preference -> Workspace -> refresh using native hooks or polling.

提交回复
热议问题