eclipse-theia/theia

[statusbar] support hiding individual statusbar items

Open

#5,664 opened on Jul 8, 2019

View on GitHub
 (0 comments) (2 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
enhancementhelp wantedshellstatusbarui/ux

Description

High Level

Support hiding/showing statusbar items.

Description

I think it'd be useful as a user to be able to hide/show statusbar items. With many extensions and plugins contributing statusbar items, the statusbar can become cluttered and important (or useful information for a given user) and having the option to display items which the user cares about can be useful. This means that for a given user, and even workspace the user can choose which items to display.

The feature was recently added to vscode. https://code.visualstudio.com/updates/v1_36#_hide-individual-status-bar-items

Contributor guide