Is there a way to make Eclipse continually refresh

2019-04-07 09:29发布

I know I can at any moment click on the root node of the package-explorer view and press F5, forcing Eclipse to refresh its contents. What I'm looking for is an automated way to do it.

I'm using some code generators and it's boring to have to select the root node and press F5 over it every time I'm generating code.

Can anyone help me on this?

1条回答
放荡不羁爱自由
2楼-- · 2019-04-07 10:08

Preferences->General->Workspace->Refresh Automatically

Check the checkbox and apply, and it will automatically refresh.

查看更多
登录 后发表回答