How do I keep IntelliJ from closing my Editor Tabs automatically?

后端 未结 2 1387
一整个雨季
一整个雨季 2021-01-30 15:34

When opening more than 10 Editor Tabs, IntelliJ automatically closes my least used Tab each time I open a new Tab.

How can I increase this limit?

More recent Int

2条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 16:11

    Change the Tab Limit under the Tab Closing Policy settings.

    Open your IntelliJ settings: Select File -> Settings -> Editor -> General -> Editor Tabs.

    Look for Tab Closing Policy -> Tab Limit and change the value to a higher integer.

    You can also select to either close non-modified files first or less frequently used files first once your tab limit has been reached.

提交回复
热议问题