Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide the Navigation Bar in Visual Studio

How do I disable/hide the Navigation Bar in Visual Studio 2017? [The bar shows the Project, Class, Method/attribute where the cursor is placed].

enter image description here

like image 362
Raikish Avatar asked Mar 01 '26 08:03

Raikish


1 Answers

Navigation bar enabled:

enter image description here

Disable it in Tools -> Options -> Text Editor -> C# (or All Languages) and press OK:

enter image description here

...and it's gone:

enter image description here

like image 122
Stephen Kennedy Avatar answered Mar 03 '26 02:03

Stephen Kennedy