简体   繁体   English

在Eclipse中打开文件资源管理器的键盘快捷键是什么?

[英]What is the keyboard shortcut for opening the file explorer in Eclipse?

I've been searching and I can't find the keyboard short cut to open the file explorer in Eclipse (I am mainly using PHP and Java Eclipse). 我一直在寻找,我找不到键盘快捷方式在Eclipse中打开文件浏览器(我主要使用PHP和Java Eclipse)。 I like to close the file explorer from time to time to give myself more space to see my code and then reopen it when I need to navigate to a different folder/file. 我喜欢不时关闭文件浏览器,给自己更多的空间来查看我的代码,然后当我需要导航到不同的文件夹/文件时重新打开它。

This would be very useful and would save a lot of unhandy hand movement! 这将是非常有用的,可以节省很多不方便的手动!

If i understand you right: 如果我理解你的话:

ALT + SHIFT + Q ( OPTION + SHIFT + Q - for mac) and then press E will open PHP explorer ALT + SHIFT + QOPTION + SHIFT + Q - 对于mac)然后按E将打开PHP资源管理器

press CTRL + SHIFT + L ( COMMAND + SHIFT + L - for mac) to get list of available hotkeys. CTRL + SHIFT + LCOMMAND + SHIFT + L - for mac)获取可用热键列表。

You can set a shortcut by yourself. 您可以自己设置快捷方式。 Go to window/general/preferences/keys , search for command related to your explorer view and assign shortcut to it. 转到window/general/preferences/keys ,搜索与资源管理器视图相关的命令并为其指定快捷方式。

Try ALT + F + . 尝试ALT + F + in Windows. 在Windows中。 It will prompt the open file exporer. 它会提示打开文件exporer。 So that you can browse and open a file you want.. 这样您就可以浏览并打开您想要的文件了。

To open any view (and a range of other things as well in eclipse for instance preference pages) you can use the Quick Access dialog. 要打开任何视图(以及eclipse中的一系列其他内容,例如首选项页面),您可以使用“快速访问”对话框。 Type Ctrl + 3 and then type the name of the view you wish to open. 键入Ctrl + 3 ,然后键入要打开的视图的名称。

To navigate a file in your system from eclipse,where file actually stored : 从eclipse导航系统中的文件,其中文件实际存储在

Alt + Shift + W + X (In Windows OS) Alt + Shift + W + X(在Windows操作系统中)

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

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