How can I get Eclipse to show .* files?

前端 未结 12 1762
慢半拍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 17:07

    For Project Explorer View:
    1. Click on arrow(View Menu) in right corner
    2. Select Customize View... item from menu
    3. Uncheck *.resources checkbox under Filters tab
    4. Click OK

    --
    Eclipse Juno

提交回复
热议问题