microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.18k stars 28.55k forks source link

Customizable status bar item locations #35744

Open ellman121 opened 6 years ago

ellman121 commented 6 years ago

Hello

It would be really nice if one could customize the location of the items in the status bar at the bottom of the editor. For instance, I would want to have git branch information on the right, text encoding and position on the left, etc.

Maybe allow people to sort things with something like

"window.statusBar.items": {
    "left" : ["cursorPosition", "tabWidth"],
    "right": ["textEncoding", "gitBranch", "feedbackButton" ] 
}
bluet commented 3 months ago

Been 7 years and we're still all as the same as in the good old days. And statusbar, too. :smiling_face_with_tear:

AnrDaemon commented 3 months ago

Between this and #13960 … guess, what? But they spend enormous amount of time on accessibility features.

NinjaMandalorian commented 1 week ago

Bump