TIps
-
Tab navigation
-
Windows
When using Visual Studio Code on Windows, you can use -
CTRL + PAGE_UP
to 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!
网友评论