Rachael Dawn
Rachael Dawn

Reputation: 899

Remove Bar In Visual Studio

How would I go about removing the bar that says "Restart | (Global Scope) | err(int error, const char * desc)"? I am coding in C, and want to clean up my UI to not have unnecessary elements. I've been able to strip the UI of almost everything, but I don't know what this bar is called, and as a result, don't know where to look to get rid of it.

VS Screenshot

Upvotes: 0

Views: 246

Answers (1)

jhh
jhh

Reputation: 673

That's the "navigation bar." Remove it under Tools->Options->Text Editor->C/C++. There's a checkbox for it.

Upvotes: 1

Related Questions