VS Code β Hide/Show Editor Tabs

In this post, weβre going to have a look at how to display or hide Editor tabs in Visual Studio Code.
Letβs get started!
Hide Editor Tabs
To hide the Editor tabs, right-click in the tab title area then go toΒ Tab Bar and selectΒ Hide.
π₯ As weβre talking about visual stuff, I strongly suggest you check out this video for a showcase of this functionality:
Show Editor Tabs
To show again the Editor tabs, press CTRL
+ ,
(comma).
Or go to File > Preferences > Settings and search for βworkbench editor show tabsβ.
Then select the βmultipleβ value from the dropdown.
Control the values via code
You can also control the display of the Editor tabs using the workbench.editor.showTabs
setting in your settings.json
file.
It accepts the following values:
"none"
β hides all the tabs
"single"
β shows the active tab
"multiple"
β shows all the tabs
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.