VS Code introduced a new feature that shows the index of your open tabs.
This can be helpful when you have many tabs open and want to quickly navigate between them using keyboard shortcuts.

Contents
hide
📹Prefer a video tutorial instead? I got you covered:
Enable Editor Tab Index
- Press
CTRL
+,
(comma) (orCMD
+,
on macOS) to open the Settings - Search for
workbench.editor.showTabIndex
and enable it
You can also directly modify your settings.json
file by adding the following line:
"workbench.editor.showTabIndex": true
Now it’s easier to navigate through tabs because you no longer have to count their position in your head. You can use CTRL
+ 2
(any number up to 9) to jump directly to that specific tab.
Happy coding 💜
Let me know what you think about this article in the comments section below.
If you find this article helpful, please share it with others and subscribe to the blog to support me, and receive a bi-monthly-ish e-mail notification on my latest articles.