简体   繁体   English

在Windows资源管理器中的Eclipse中显示文件

[英]Show a file in Eclipse in Windows explorer

I found no easy way to show a file opened in Eclipse (or listed in the project navigator) in Windows explore, while it is easy to be achieved in Visual Studio, see below image, you can right click on the file and choose Open Containing Folder which will open the containing folder. 我发现在Windows浏览器中没有简单的方法来显示在Eclipse中打开的文件(或在项目导航器中列出),而在Visual Studio中很容易实现,见下图,您可以右键单击该文件并选择Open Containing Folder将打开包含文件夹。

Do you know there is an easy way? 你知道有一个简单的方法吗? which is better than navigating to that file directly (cumbersome). 这比直接导航到该文件更好(繁琐)。 在此输入图像描述

Here it goes, am using Eclipse Juno Service Release 1 在这里,我正在使用Eclipse Juno Service Release 1

在此输入图像描述

'Show in' is only available in the 'Package Explorer' view which comes with the Java perspective. 'Show in'仅在Java透视图附带的'Package Explorer'视图中可用。 For the more generic 'Project Explorer' or 'Navigator' views ( former recommended ) you should use StartExplorer plugin instead. 对于更通用的“Project Explorer”“Navigator”视图( 以前推荐 ),您应该使用StartExplorer插件。

StartExplorer插件打开文件管理器链接

With this plugin (as opposed to built in 'Shown in') you can also define a keyboard shortcut through Window --> Preferences --> General --> Keys. 使用此插件(而不是内置'显示'),您还可以通过Window - > Preferences - > General - > Keys定义键盘快捷键。 The default shortcut for StartExplorer's "Show in File Manager" feature is Ctrl + Alt + E . StartExplorer的“在文件管理器中显示”功能的默认快捷方式是Ctrl + Alt + E.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM