dkandalov / tab-shifter

Plugin for IntelliJ IDEA to move and split editor tabs
https://plugins.jetbrains.com/plugin/7475
169 stars 12 forks source link

Feature: option to make focus follow moved window #29

Closed huyz closed 1 year ago

huyz commented 1 year ago

It would be nice if there were an option to have vscode behavior: the focus stays in the moved window when doing "Shift X". That way I can hit shortcuts in succession to move the window several time (e.g., from the top-left corner to the bottom-right corner of a 2x2 grid)

dkandalov commented 1 year ago

This is how it's supposed to work. Most likely this was broken by changes in IntelliJ implementation. It might be related/duplicate of issue #27 and maybe fixed in plugin version 0.32

huyz commented 1 year ago

Dup of https://github.com/dkandalov/tab-shifter/issues/27