Home > database >  Is there a shortcut to move tabs within the same group in Visual Studio Code?
Is there a shortcut to move tabs within the same group in Visual Studio Code?

Time:01-12

I haven't been able to find a shortcut to move the active tab within the same group (not into an other group), which would allow to change the order of the tabs in that group.

CodePudding user response:

Move Editor Left: Ctrl Shift PageUp

Move Editor Right: Ctrl Shift PageDown

  •  Tags:  
  • Related