How do I move the toolbar in IntelliJ?

Intellij Idea

Intellij Idea Problem Overview


How can I move the toolbar in IntelliJ from the Top Right corner to the Top Left?

Screenshot

Intellij Idea Solutions


Solution 1 - Intellij Idea

click on Main Menu | View | Toolbar

Solution 2 - Intellij Idea

I'm writing this answer because I wanted the opposite. One day IntelliJ suddenly started aligning the buttons to the left.

There are at least two toolbars in IntelliJ:

  • The Toolbar which is aligned to the left,
  • and the Navigation bar which is aligned to the right.

The buttons of both toolbars can be customized independently.

Therefore, in order to show the toolbar one side or the other, press CTRL + SHIFT + A and then type either View Toolbar or View Navigation bar.

Solution 3 - Intellij Idea

Previous answers didn't work for me because in mac CTRL + SHIFT + A does nothing and View -> Toolbar doesn't exist, actually it's View -> Appearance -> Toolbar.

In mac, for Android Studio 4.2 (it changed the toolbars/navigation when updating) you can right click the Navigation bar (the one that shows the current file location at the top left) and hide it, untick "Show Navigation bar".

Then, toggle the Toolbar, View -> Appearance -> Toolbar on and off, this will show the icons to the left, as in my previous instance of Android Studio.

Now you can re-enable the Navigation bar and it will show below the Toolbar.

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
QuestionBalconskyView Question on Stackoverflow
Solution 1 - Intellij IdeaMeoView Answer on Stackoverflow
Solution 2 - Intellij IdeaHayView Answer on Stackoverflow
Solution 3 - Intellij IdeaComputer's GuyView Answer on Stackoverflow