Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get Eclipse to show .* files?

By default, Eclipse won't show my .htaccess file that I maintain in my project. It just shows an empty folder in the Package Viewer tree. How can I get it to show up? No obvious preferences.

like image 582
jodonnell Avatar asked Sep 19 '08 01:09

jodonnell


People also ask

How do I view Java files in Eclipse?

Clicking on the Search menu and selecting Search or File or Java. Clicking Ctrl + H.

How do I show hidden packages in Eclipse?

To show empty parent packages: Select the Filters command from the Package Explorer's drop-down menu. In the exclude list clear the checkbox for Empty parent packages.

How do I get the file path in Eclipse?

Right click on the project's name in the Eclipse Project Explorer window, then select 'Properties' from the pop up menu. The Properties window will open. In the Properties window, select 'Resources->Linked Resources' to view the path variables.


1 Answers

In the package explorer, in the upper right corner of the view, there is a little down arrow. Tool tip will say view menu. From that menu, select filters

filters menu

From there, uncheck .* resources.

So Package Explorer -> View Menu -> Filters -> uncheck .* resources.

With Eclipse Kepler and OS X this is a bit different:

Package Explorer -> Customize View -> Filters -> uncheck .* resources 
like image 143
scubabbl Avatar answered Oct 12 '22 08:10

scubabbl