使用 RSE 链接文件夹时,如何在 Eclipse 项目资源管理器中显示隐藏文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3155274/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:28:59  来源:igfitidea点击:

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

eclipse

提问by Thomas

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

所以在我的项目中,我将一个文件夹与远程系统资源管理器链接起来。我有一些隐藏文件需要编辑,例如 .htaccess

What I tried

我试过的

  • removed .* filter from Project
  • explorer windows checked "show hidden files" in RSE properties
  • 从项目中删除 .* 过滤器
  • 资源管理器窗口在 RSE 属性中选中了“显示隐藏文件”

Still doesn't display the hidden files for me

仍然没有为我显示隐藏文件

Any light to shed ?

有什么要说的吗?

回答by Cliff Ribaudo

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

Eclipse (Helios) 在“导航器”视图中显示隐藏文件。您可以通过 Window->Show View->Navigator 添加它。

回答by karrtojal

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

Eclipse -> 首选项 -> 远程系统 -> 文件:勾选“显示隐藏文件”确定。

回答by CMM

In eclipse 2019-06 version, Project Explorershows "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.

在 eclipse 2019-06 版本中,项目资源管理器在右侧显示“查看菜单”选项(向下箭头)。单击它,然后单击“过滤器和自定义”,然后取消选中“预设过滤器”选项卡中的“.*资源”选项。

回答by Mark

I'm using Luna Service Release 1 (4.4.1). Window -> Preferences -> Remote Systems (on left menu area) -> Files -> Check "Show Hidden Files".

我正在使用 Luna Service Release 1 (4.4.1)。窗口 -> 首选项 -> 远程系统(在左侧菜单区域)-> 文件 -> 选中“显示隐藏文件”。

回答by Harvester Haidar

easiest way to show hidden files on eclipse (using mac os) first you need to show hidden options on the system in the first place follow this post

在 Eclipse 上显示隐藏文件的最简单方法(使用 mac os)首先您需要首先在系统上显示隐藏选项,请遵循这篇文章

then all you need to do is to open finder drag the wanted folder into the quick access navigation bar (on the left of the finder window) .

然后你需要做的就是打开finder将想要的文件夹拖到快速访问导航栏(在finder窗口的左侧)。

回答by haltunbay

For 2019 versions there is a filter icon top left. There you can define which files should be hidden from user.

对于 2019 版本,左上角有一个过滤器图标。在那里你可以定义哪些文件应该对用户隐藏。