How can I maximize the editor pane in IntelliJ IDEA?

后端 未结 12 817
情话喂你
情话喂你 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 22:56

    Using IntelliJ 14.1.5

    If you want to maximize the editor window AND full-screen the app, you can create a macro with the following two commands:

    Toggle Full Screen Mode
    Hide All Tool Windows
    

    And then assign a hotkey to the macro. Here's how I did this:

    • File > Settings > Keymap
    • Use the search bar to search for the two commands above. Assign obscure hotkeys to those.
    • Edit > Macros > Start macro recording
    • Hit the two obscure hotkeys you just assigned: this should max the editor and full-screen the app
    • Stop recording. Name the macro
    • Open File > Settings > Keymap again. Find the Macros section, find your macro, assign a nice hotkey to it.

提交回复
热议问题