Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make hidden files display in Eclipse Project explorer when using a RSE linked folder?

Tags:

eclipse

So in my project i link a folder with Remote Systems Explorer. I have some hidden files I need to edit like .htaccess

What I tried

  • removed .* filter from Project
  • explorer windows checked "show hidden files" in RSE properties

Still doesn't display the hidden files for me

Any light to shed ?

like image 563
Thomas Avatar asked Jul 01 '10 05:07

Thomas


3 Answers

Eclipse (Helios) shows hidden files in the "Navigator" view. You can add that via Window --> Show View --> Navigator.

like image 143
Cliff Ribaudo Avatar answered Oct 31 '22 15:10

Cliff Ribaudo


In eclipse 2019-06 version, Project Explorer shows "View Menu" option (down arrow) at the right side. Click on it and then click on "Filter and Customization", then uncheck ".*resources" option in the "Pre-set filters" tab.

like image 22
CMM Avatar answered Oct 31 '22 15:10

CMM


Eclipse -> Preferences -> Remote Systems -> Files: Check the "Show hidden files" Ok.

like image 27
karrtojal Avatar answered Oct 31 '22 15:10

karrtojal