What is the keyboard shortcut for opening the file explorer in Eclipse?
Asked Answered
C

5

5

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!

Chaw answered 25/5, 2012 at 10:16 Comment(0)
E
4

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.

Elwoodelwyn answered 25/5, 2012 at 10:24 Comment(2)
Is there anyway to close it with the keyboard?Chaw
press esc, if it's not maximazedFate
K
2

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

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

Kriskrischer answered 30/12, 2016 at 6:15 Comment(0)
N
1

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.

Neely answered 25/5, 2012 at 10:22 Comment(0)
C
1

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

Cryptanalysis answered 15/8, 2013 at 17:47 Comment(0)
L
0

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. Type Ctrl + 3 and then type the name of the view you wish to open.

Lynlyncean answered 25/5, 2012 at 10:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.