How can I maximize the editor pane in IntelliJ IDEA?

后端 未结 12 798
情话喂你
情话喂你 2021-01-29 22:30

In Eclipse, I can type Ctrl+M or click the maximize icon in the editor pane to make the editor pane take up the entire Eclipse window, and then again to re

12条回答
  •  囚心锁ツ
    2021-01-29 23:04

    If you need to use the same shortcut like Eclipse Ctrl+M, to minimize/maximize the active editor window,
    You can follow the below steps:

    • Open (File > Settings...) or click ( Ctrl+Alt+s )
    • Select Keymap
    • Search for "Hide All Tool Windows"
    • Change the default shortcut to Ctrl+M

    Then you will be able to use the same shortcut as Eclipse.

提交回复
热议问题