简体   繁体   中英

Visual Studio 2019 - Hide dropdowns underneath tabs

When I open a.cs file in Visual Studio 2019, 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? I don't use them and I feel like they get in the way of what tabs I have open. I'm new to Visual Studio and am trying to make it look the way I like.

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:

在此处输入图像描述

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:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM