Is there a way to remove tab well?

2020-05-08 07:53发布

Is there a way to hide this tab bar?

enter image description here

P.S. Not sure is this question belongs to stackoverflow

3条回答
Anthone
2楼-- · 2020-05-08 08:45

I'm not too sure if this is what you are asking, however, you should be able to just click the "x" in the corner of the tab and it should go away.

You can also look at this past StackOverflow post here that should help you: how to remove visual studio PIN TAB icon (on tabs, obviously)

查看更多
beautiful°
3楼-- · 2020-05-08 08:49

Clearly it's an overkill, but you can install my Tabs Studio extension and style it to hide tabs:

<Style TargetType="TabsStudio:Tabs" BasedOn="{StaticResource DefaultTabsStyle}">
    <Setter Property="Visibility" Value="Collapsed"/>
</Style>
查看更多
成全新的幸福
4楼-- · 2020-05-08 08:50

Ok I've done this myself by writing a VS extension. Also switched Title bar and Menu bar to auto-hide. Now at last my VS has a minimalistic view

enter image description here

GitHub

VS gallery

查看更多
登录 后发表回答