-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a command palette launcher to the title bar #149445
Comments
explore/experiment for May, configuration option for insiders: |
/cc @daviddossett @misolori |
Screen.Recording.2022-05-13.at.15.28.03.mov |
How would this look on Windows or other platforms w/ the classic menu? Would those be centered vertically? Overall I think it's a good idea. Things feel quite tight as is—although some will prefer that. It could be interesting to think about different height settings if this setting is enabled. However that could be a bit tricky with the existing menu bar style setting being an added dimension here. Are we able to align the window actions vertically on macOS? Ours are still aligned to the top of the container: Here's how they look centered in some other native/electron apps: SafariSlackOutlook |
I would hope so but idk where that currently comes from... |
@jrieken we can control that with vscode/src/vs/platform/windows/electron-main/window.ts Lines 244 to 249 in 2dff5de
|
Reading this thread, I'm a bit confused. Was this option added? I can't find it in the settings but I see it in y'all's screenshots? |
I see. I will download insider build. Thank you. One feedback, |
Yeah, we haven't decided how to name this thing yet. The current favourite is "command center" |
Sometimes I spend more time figuring out how to name my variables/settings then actually writing the code. It's such an existential philosophical challenge. Good luck! Love this feature. Thanks! |
This comment was marked as off-topic.
This comment was marked as off-topic.
Closing as the main part of the feature has been implemented. More feedback is very welcome but should be filed as new issues. Issues in this feature-area a label |
To verify:
|
The quick pick family, command palette, search etc, is very powerful but often overlooked. Esp new users don't know about its keybindings are rarely discover it. The idea is to render a "launcher" in the title bar part that simply triggers quick pick, like so
Screen.Recording.2022-05-13.at.12.12.22.mov
This is related to #115641
The text was updated successfully, but these errors were encountered: