Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I remove the VS 2015 status bar?

What is the magic potion for removing the status bar in VS 2015?

In my environment it has the following options:

Encoding: Unicode (UTF-8) - BOM
Content type: CSharp
Classification: None

Thank you.

like image 408
SvenByGolly Avatar asked Aug 04 '15 15:08

SvenByGolly


People also ask

Where is status bar in VS code?

The Status Bar sits at the bottom of the VS Code workbench and displays information and actions that relate to your workspace. Items are placed into two groups: Primary (left) and Secondary (right).

How do you unhide the bottom bar in VS code?

Go to VSCode settings ( CTRL+, or CMD+, ) and search for shortcut menu bar . Toggle buttons from there.


1 Answers

Click on Tools > Options > Environment > General and uncheck the Show status bar option.

enter image description here

like image 141
Lukkha Coder Avatar answered Oct 04 '22 16:10

Lukkha Coder