cyborg
cyborg

Reputation: 10139

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).

Upvotes: 4

Views: 9583

Answers (2)

Linas Butenas
Linas Butenas

Reputation: 171

If you are using a Working Set, you can try the similar procedure that helped me with PHP Explorer and Navigator.

Look for the answer with pictures here: Folders and files don't appear in PHP Explorer in Eclipse IDE

Upvotes: 0

cyborg
cyborg

Reputation: 10139

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.

Upvotes: 9

Related Questions