Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

is there a way to REMOVE COMPLETELY the pin tab option in visual studio 2010 (how?), i keep clicking it by accident :( i want it GONE. i never use it and always click it by accident.

pin that i need removed

thnx

p.s. right clicking on the PIN icon does bring up some customize dialog, but was unable to remove it - couldn't recognize the option.

config dialog that appears on right clicking the PIN icon

like image 827
b0x0rz Avatar asked Jun 01 '11 12:06

b0x0rz


2 Answers

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"

An image showing where to find Visual Studio 2019, 2017, 2015, 2013, 2012 Pinned Tabs setting

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

like image 114
jtlowe Avatar answered Sep 20 '22 01:09

jtlowe


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

like image 44
PhilMY Avatar answered Sep 21 '22 01:09

PhilMY