Maximize code tab in eclipse shortcut

EclipseEditor

Eclipse Problem Overview


Is there any shortcut for maximizing the tab you are working on in Eclipse? Assume I am working on part of a code and I want to maximize the tab not using the double click on it with the mouse, does anyone know a way?

Eclipse Solutions


Solution 1 - Eclipse

CtrlM will maximize/restore the editor area.

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

Some more shortcuts can be found on external sites.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionsheidaeiView Question on Stackoverflow
Solution 1 - EclipseBananeweizenView Answer on Stackoverflow