Make PhpStorm stop automatically closing tabs

PhpPhpstorm

Php Problem Overview


In PhpStorm once you open several tabs they start disappearing automatically. How to turn that setting off?

Don't see a setting for this anywhere.

Php Solutions


Solution 1 - Php

File > Settings > Editor > General > Editor Tabs

Under the "Tab closing policy" change tab limit to a bigger number.

enter image description here

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
QuestionAndrewView Question on Stackoverflow
Solution 1 - PhpAndrewView Answer on Stackoverflow