Stop WebStorm from opening diff preview in new tabs

已回答

Each time I want to preview some diff changes, I end up with my IDE being cluttered with dozen of diff tabs that I must then manually close one after another. Is there any way to make it so when I open another diff preview, it would just open in my currently opened diff, instead of creating yet another tab?

In advance, “Open Diff as Editor Tab” checkbox isn't helpful in any way because I would still have to deal with a dozen of new windows.

0

I tried to reproduce briefly, but failed: https://jmp.sh/s/rEr50957auxysqXDeXoV.

All the diffs open in a single editor tab. Which version of the IDE are you using?
The option Show Diff in a new Tab should open a new tab for each diff, like in your case. Could you check if this action has some shortcut set in Settings (⌘ + , or Ctrl + Alt + S) > Keymap > Version Control Systems > Diff & Merge > Show Diff in a New Tab or Window. For example, double-click.

0

请先登录再写评论。