Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to make Eclipse continually refresh your package-explorer files?

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?

like image 288
devoured elysium Avatar asked Apr 08 '11 01:04

devoured elysium


1 Answers

Preferences->General->Workspace->Refresh Automatically

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

like image 82
Justin Waugh Avatar answered Nov 10 '22 03:11

Justin Waugh