Is there a way to make Eclipse continually refresh

2019-04-07 10:14发布

问题:

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:

Preferences->General->Workspace->Refresh Automatically

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