Is there a quick change tabs function in Visual Studio Code?

后端 未结 18 1814
星月不相逢
星月不相逢 2020-12-07 06:26

The current function of giving me a dropdown option of which tab to choose is just so annoying. Is there a possibility to remove it so the tabs would work like in some moder

18条回答
  •  北荒
    北荒 (楼主)
    2020-12-07 07:06

    I couldn't find a post for VS Community, so I'll post my solution here.


    First, you need to go to Tools -> Options -> Environment -> Keyboard, then find the command Window.NextTab. Near the bottom it should say "Use new shortcut in: ". Set that to Global (should be default), then select the textbox to the right and hit Ctrl + Tab. Remove all current shortcuts for the selected command, and hit Assign. For Ctrl + Shift + Tab, the command should be Window.PreviousTab.

    Hope this helps :) If there's a separate post for VS Community, I'd gladly move this post over.

提交回复
热议问题