Eclipse: How do i refresh an entire workspace? F5 doesn't do it

前端 未结 7 1909
小鲜肉
小鲜肉 2020-12-05 01:47

I have a workspace with a bunch of java projects. If I go to File->Refresh, it doesn\'t really refresh anything (perhaps the currently selected project). How

7条回答
  •  独厮守ぢ
    2020-12-05 01:59

    Easy.

    • Create an external tool: Run > External Tools > External Tools Configuration...
    • Create a new Program configuration Point the location to an exe that is very fast (I use Cygwin's 'ls')
    • On the Refresh tab, choose Refresh Resources upon completion, The Entire Workspace
    • On the Build tab, deselect Build before launch

    Run the tool to refresh all projects.

提交回复
热议问题