Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

VS Code — Editor Tab Height & Save More Space

If you work with a lot of open Editor tabs and want to save as much screen space as possible, VS Code comes with a new option that allows you to adjust the height of the editor tabs.

We’ll also gonna be looking at a few more ways to tweak the editor section to save even more screen space.

As we’re talking about visual stuff, I strongly suggest you check out this video for a showcase of this functionality:

Editor Tab Height

Press CTRL + , (comma) to open the Settings tab.

Or go to File -> Preferences -> Settings.

Then search for editor tab height and select the compact mode.


Default:

Compact:

As can be seen in the two pictures above, all the tabs have been compacted, saving some screen space.

At first glance, the difference may not be noticeable, but if you look closely, you can see that the space above the tab’s title has been significantly reduced.

You can also use the window.density.editorTabHeight ("default"|"compact") setting in your settings.json file.

Save even more screen space

To save even more screen space, you can use the window.density.editorTabHeight in combination with other two settings.

workbench.editor.wrapTabs (boolean)

workbench.editor.tabSizing ("shrink"|"fixed")

Happy coding



This post first appeared on Neutron Dev, please read the originial post: here

Share the post

VS Code — Editor Tab Height & Save More Space

×

Subscribe to Neutron Dev

Get updates delivered right to your inbox!

Thank you for your subscription

×