Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Managing IntelliJ Tool Windows, how to

Currently my IntelliJ shows amongst other things

enter image description here

How do i decide

  1. What tool windows are shown
  2. Where they are shown
like image 825
James Raitsev Avatar asked Dec 30 '12 01:12

James Raitsev


People also ask

How do I focus a project tool window in IntelliJ?

To open the tool window again (and restore the associated features), use the main menu: View | Tool Windows | <Window Name> or press Alt+1 . Hide the tool window. This command opens the description of the Project tool window in the IntelliJ IDEA online help.

How do I customize my IntelliJ toolbar?

Customize menus and toolbarsPress Ctrl+Alt+S to open the IDE settings and select Appearance & Behavior | Menus and Toolbars. In the list of available menus and toolbars, expand the node you want to customize and select the desired item. to add an action or a separator under the selected item.

Where is settings in IntelliJ Windows?

To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings.


1 Answers

Those things are called Tool Windows, and you can find them at View > Tool Windows.

To disable some of them, you can install the plugin ToolWindow Manager and disable one by one.

You can enable/disable all tool windows in Settings > Appearance > Show tool window bars

You can find more information about them here.

like image 80
nakib Avatar answered Oct 26 '22 07:10

nakib