vs code

作者: Sworther | 来源:发表于2017-06-01 22:36 被阅读0次

    TIps

    • Tab navigation

    • Windows
      When using Visual Studio Code on Windows, you can use

    • CTRL + PAGE_UPto switch to the previous tab,

    • CTRL + PAGE_DN to switch to the next tab.

    • You also have the ability to switch to tabs based on their (non-zero relative) index. You can do so, by pressing and holding ALT, followed by a number (1 through 9).

    • macOS
      To quickly navigate between tabs, press and hold the CMD
      key, followed by the number (1 through 9) of the tab you want to switch to.
      You also have the ability to switch between the previous/next tab via the CMD + ALT + LEFT/RIGHT
      keyboard shortcut.
      Please note that in order to switch to a tab that is in a different editor group, you must first switch to the desired editor group.
      Pro Tip: If you aren't comfortable with any of the key bindings, you can change them to whatever you feel more comfortable with!

    相关文章

      网友评论

          本文标题:vs code

          本文链接:https://www.haomeiwen.com/subject/buhyfxtx.html