Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change tab height in Intellij IDEA?

As you may have already noticed that the open tab height(s) is(are) too bulky.

like image 741
Shafqat Shafi Avatar asked Dec 01 '17 05:12

Shafqat Shafi


People also ask

How do I change tab size in IntelliJ?

Open indentation settings in code style scheme Click the widget and select Configure Indents for 'Language'. In the dialog that opens, you can change settings for tabs and indents and also configure other code style settings.

How do I change tabs in IntelliJ?

Switch between tabsTo move between tabs, press Alt+Right or Alt+Left . You can also switch between recently viewed tabs or files. In the editor, press Ctrl+Tab . Keep pressing Ctrl for the Switcher window to stay open.

How do I view tabs in IntelliJ?

View hidden editor tabs and select the active editorThe Show tabs in single row checkbox is selected on the Editor | General | Editor Tabs page of the IDE settings Ctrl+Alt+S .


1 Answers

Here is the solution.

What you get after doing this.

Before:

enter image description here

After:

enter image description here

Step 1: First you need to install a plugin called Material theme. Step 2: Change the tab height as desired.

step 1: 1) Go to settings:

enter image description here

2) Click on plugins > browser repositories

enter image description here

3) Search for 'Material Theme UI'

enter image description here

as you can see i have already installed it. After it gets installed you will have to restart intellij.

Step 2: Now, 1) Again Go to settings. 2) Expand Appearance & Behavior > Material, then on the right hand side change the tab height as desired as shown here.

enter image description here

then click on Apply and boom you can see the change.

like image 156
Shafqat Shafi Avatar answered Oct 21 '22 05:10

Shafqat Shafi