How to make WebStorm automatically close tabs of temporarily deleted files

Suppose I create a new branch, then create newFile.js, and then complete and return to the previous branch. This causes WebStorm to automatically close the tab newFile.js. This is very annoying when you often switch between branches and make small corrections.

How can I fine tune this behavior?

+4
source share

All Articles