how to remove visual studio PIN TAB icon (on tabs, obviously)

瘦欲@ 提交于 2019-12-03 09:29:57

Scroll to the bottom of the Document Tab Well -> General page, click Advanced options..., then uncheck Show pin button in unpinned tabs

To remove the pin tab icon from Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, Visual Studio 2013 and Visual Studio 2012, there is an option within the Visual Studio Environment settings.

Tools Menu -> Options -> Environment -> Tabs and Windows -> Under the "Pinned Tabs" section, uncheck "Show pin button in unpinned tabs"

The image above is from Visual studio 2019, but is relevant to Visual Studio 2017, 2015, 2013, and 2012 as well.

I've been investigating this in VS2012, since the option appears to have been removed from the UI.

I think I may have just found it in the registry though, under: HKCU\Software\Microsoft\VisualStudio\11.0\DialogPage\Microsoft.VisualStudio.Platform.WindowManagement.Options.TabsAndWindowsOptionPage

There's an option 'ShowPinButtonInUnpinnedTabs' which is set to 'True' on my machine.

I've just tried setting this option to 'False' and it works: removing the 'pin' button and freeing up the space for the filename. Just what I was after.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!