How can I get Eclipse to show .* files?

前端 未结 12 1752
慢半拍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:53

    In my case, I wanted to see .htaccess files, but not all the other .* resources.
    In Zend Studio for Eclipse, in PHP Explorer (not Remote System Explorer), click the downward facing arrow (next to the left/right arrows).
    Choose Filters.
    Uncheck .* resources
    In the "Name filter patterns" area, type the filenames you want to ignore.
    I used: .svn, .cvs, .DS_Store, .buildpath, .project

提交回复
热议问题