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

后端 未结 18 1729
星月不相逢
星月不相逢 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:30

    Linux In current Vscode 1.44.1 version

    we could use ctrl+pageup for next editor and ctrl+pagedown for previous editor.

    If there is a need to change

    ctrl+shift+p > Preferences:Open Keyboard Shortcuts.

    search for

    nextEditor
    
    

    change if needed by clicking it.

提交回复
热议问题