Software Development

How to increase the number of tabs in IntelliJ Idea

Hello Friends,

This is a quick small post on increasing the tab limits in the Intellij idea.

I recently started using IntelliJ Idea and I am really liking it, but one thing I noticed is, if you have more than 10 tabs opened in your IntelliJ and try to open more, it automatically closes the previously opened tab(s), which I found little annoying. If you are coming from eclipse, this was not the behavior with eclipse. This happens because of the default setting in the IntelliJ.

However, the good thing is that Intellij provides you setting wherein you can define how many maximum numbers of tabs can be opened at a time.

So, all you have to do to increase the number of opened tabs is go to

File  -> Settings -> Editor -> General -> Editor Tabs -> Tab Limit

and enter the new tab limit.

Default Setting

Customized Setting

Published on Java Code Geeks with permission by Gaurav Bhardwaj, partner at our JCG program. See the original article here: How to increase the number of tabs in IntelliJ Idea

Opinions expressed by Java Code Geeks contributors are their own.

Gaurav Bhardwaj

Gaurav has done Masters in Computer Applications(MCA) and is working in Software development field for more than 10 years in Java/J2EE technologies. He is currently working with one of top MNC. He has worked on various frameworks like Struts, Spring, Spring Boot, Angular JS, JSF, Velocity, iBatis, MyBatis, Hibernate, JUnit, Mockito, Dozzer. He likes to explore new technologies and share his thoughts by writing a technical blog. He is the founder of JavaSolutionsGuide.blogspot.com.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button