5

Often when I'm working in Eclipse, I'll be in a perspective (say debug) and doing stuff there, then I want to maximize a file I'm looking at. I double-click it, and work on it, then double-click again to minimize back to the debug perspective.

Is there a hot-key to do this from the keyboard?

mtyson
  • 8,196
  • 16
  • 66
  • 106
  • Possible duplicate of [Maximize code tab in eclipse shortcut](http://stackoverflow.com/questions/12411750/maximize-code-tab-in-eclipse-shortcut) – domids Oct 21 '16 at 13:05

1 Answers1

8

Ctrl + M will maximize/restore the editor area.

If you can't remember all shortcuts, then just learn Ctrl + Shift + L. That will show a list of available shortcuts.

Also: http://www.shortcutworld.com/en/win/Eclipse.html#link_11

Link http://www.vogella.com/tutorials/EclipseShortcuts/article.html

Link: Maximize code tab in eclipse shortcut

Community
  • 1
  • 1
Petro
  • 3,484
  • 3
  • 32
  • 59