Android-studio – Show all tabs in Android Studio

android-studio

Is there a way of showing all source code tabs in Android Studio one one horizontal line (in the tab bar) and scroll through them?

When there are too many source code tabs open in Android Studio, some of them are moved to the drop down list at the top right corner of the code edit window. The tabs that are moved to this drop down list are not shown in the tab bar any more.

The tabs in the tab bar can be scrolled with the mouse wheel, but only the ones that have not been moved to the drop down list.

Is there a way to remove the drop down list and keep all tabs in the tab bar?

Best Answer

Not sure if this feature was introduced in later versions of studio (than at the time of which this question was asked) but now you have option to show tabs in multiple rows. You can do so by

Windows -> Editor Tabs -> Tabs placement -> Show Tabs in single  row

You can uncheck above which is checked by default. Snapshot below -

enter image description here