Can Eclipse refresh resources automatically?

后端 未结 13 1555
长发绾君心
长发绾君心 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:40

    The global refresh actually exists in plain Eclipse without any plugins and without selecting every project in your workspace.

    Basically you need to deselect everything in your project explorer and hit F5. To do that Ctrl+click the selected resource in the project explorer and hit F5.

提交回复
热议问题