In Eclipse, how to open a file browser in the directory of the currently edited file

我的梦境 提交于 2019-11-28 18:44:38
卢声远 Shengyuan Lu

"Window" -> "Open Perspectives" -> "Remote Systems", then a view with root 'Local' node will be displayed.

While in Project Explorer pane, to browse files of any node, right click and select Show in Remote Systems view to get there.

For eclipse Luna (4.4) and later, You can use: Right Click->Show In->System Explorer

From StartExplorer website:

This plug-in is inherently not platform-independent. Currently, the following operating systems/desktop environments are supported out of the box: Windows, Mac OS, Linux with Gnome, Linux with KDE, Linux with Xfce, Linux with LXDE.

As far as I know you have to create a linked folder for your external includes to achieve your goal. After that you can use StartExplorer for you externals as well. If you do not like that plugin you could try another similar one called EasyShell which is a similar one but you can configure all of its commands.

EasyShell seems quite descent to me (used in Ubuntu). It gives you the choices to open the Nautilus, to open the shell, to run a file and to copy the selected path. All of them appear with a right click on the package explorer of Eclipse. The installation was with no problems. Therefore, I would suggest it.

Hope I helped!

culmat

You might want to try eExplorer, see my answer on https://stackoverflow.com/a/24149472/612123

Shortcut key can also be created in Eclipse>Help>Preferences>General>Keys

If you are using git, you can open Window > Show View > Other > Git Repositories. That will give you a Git Repositories explorer, which shows the Working Tree. The Working Tree will show all files in the filesystem, even temporary ones you created that are not added to git yet.

Another way is to open Window > Perspective > Other > Git.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!