How can I get Eclipse to show .* files?

前端 未结 12 1754
慢半拍i
慢半拍i 2020-11-30 16:21

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

12条回答
  •  执笔经年
    2020-11-30 16:46

    If you're using Eclipse PDT, this is done by opening up the PHP explorer view, then clicking the upside-down triangle in the top-right of that window. A context window appears, and the filters option is available there. Clicking the Filters menu option opens a new window, where .* files can be unchecked, thus allowing the editing of .htaccess files.

    I searched forever for this, so I'm sorta answering my own question here. I'm sure someone else will have the same problem too, so I hope this helps someone else as well.

提交回复
热议问题