Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio - Hide dropdowns underneath tabs

When I open a .cs file in Visual Studio, underneath the tabs I have open are three dropdowns. They show the following tooltip messages when hovered over:

  • Use the dropdown to view other and switch to other projects this file may belong to

  • Use the drop to view and navigate to other items in this file

  • Use the drop to view and navigate to other items in this file

Is there anyway to remove these dropdowns?

like image 330
James Moore Avatar asked Jul 28 '26 12:07

James Moore


1 Answers

Those three 'dropdowns' comprise the "Navigation Bar" and enabling/disabling its display is language-specific.

For your C# (.cs) files, you can disable the display as follows. From the "Tools" menu, select the "Options" command. Then, in the displayed pop-up, navigate to the "Text Editor" ... "C#" .. "General" node in the left-hand pane and then, in the right-hand pane, uncheck the "Navigation bar" checkbox:

enter image description here

To disable that bar for all languages in which it is supported, uncheck the control of the same name displayed when you have navigated to the "Text Editor" ... "All Languages" ... "General" node of the tree in the left-hand pane:

enter image description here

like image 124
Adrian Mole Avatar answered Jul 31 '26 01:07

Adrian Mole



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!