Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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). 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!

like image 788
Johnathan Au Avatar asked May 25 '12 10:05

Johnathan Au


4 Answers

If i understand you right:

ALT+SHIFT+Q (OPTION+SHIFT+Q - for mac) and then press E will open PHP explorer

press CTRL+SHIFT+L (COMMAND+SHIFT+L - for mac) to get list of available hotkeys.

like image 151
Aurimas Ličkus Avatar answered Nov 14 '22 22:11

Aurimas Ličkus


To navigate a file in your system from eclipse,where file actually stored:

Alt + Shift + W + X (In Windows OS)

like image 26
Surjeet Singh Avatar answered Nov 14 '22 23:11

Surjeet Singh


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.

like image 23
WojtekT Avatar answered Nov 14 '22 23:11

WojtekT


Try ALT+F+. in Windows. It will prompt the open file exporer. So that you can browse and open a file you want..

like image 43
Deepak Mani Avatar answered Nov 14 '22 21:11

Deepak Mani