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

前端 未结 7 1910
小鲜肉
小鲜肉 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

    It will indeed only refresh the current project (or, more specifically, the current selection in the project explorer). I just click somewhere in the project explorer, do Ctrl+A to select all projects and then press F5 to achieve a complete refresh.

提交回复
热议问题