Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show all files in Eclipse navigator/explorer?

I do not see some of my files in the Eclipse Navigator view (or Projet Explorer or PyDev Package Explorer).

I tried to go to "Customize View..." and remove all filters. It didn't show *.pickle files, but it did unhide some other file types (.* resources).

like image 997
cyborg Avatar asked Oct 24 '25 13:10

cyborg


1 Answers

Remember to refresh the view: Right-click the background of the Explorer/Navigator view to open a context menu, then choose "Refresh" (F5).

Restarting Eclipse doesn't help.

like image 105
cyborg Avatar answered Oct 27 '25 12:10

cyborg