-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
View menu consistency and length #158458
Comments
Would a menu item like |
Putting it near the top would give its submenu more vertical space to grow into. |
The second option is what I had in mind since it feels more closely aligned to how the editor is configured. The first section roughly seems like a place to do something once vs. toggling elements on/off. |
The argument against that is those two items (Appearance and Editor Layout) are layout specific, whereas these would be feature toggles, so a little different. |
Yes, +1 for grouping into a category. I think somewhere close to "Editor Layout" is OK since that applies to editors. One thing to consider is that afaik these toggles only apply to text editors, not all editors. |
As @jrieken pointed out, this has a high chance of causing anger for a minor beautification. Based on his experience, he would not move forward with this for the most popular commands in the menu. This looks to be Word Wrap. Should we keep word wrap where it is and add a submenu entry below that named: "Additional Editor Options" |
As a gut reaction it feels strange to split these out into a single option + all others folded into a submenu. Would these still be in this section? Or would everything be put back at the bottom like it was before? If so I might argue for us to simply revert to what was there before vs. some in-between solution. |
I would guess it makes sense to keep it on the bottom. It seems the original problem is that we keep adding to this list so we cannot scale it. So having the top/high-use ones in the main entry and overflowing has some merit, but I agree that in between feels strange. |
@jrieken was your experience in the top level menu or for a context menu entry? if it was a context menu, I would imagine the usage was significantly higher, but I'd like to verify that through data. Could you share the command id? |
Yeah, those was the editor context menu. It's already one or two years ago but I remember folks missed some but not all peek actions. Like peek references/definition are popular but peek implementation isn't etc. We decided all go-to commands are more popular than any peek command. That looks nice/stable but wasn't a good choice. That's why I am in favour of a hybrid approach |
Works for me, thanks! |
We are filling the "View" menu more and more with text editor specific things:
Bringing this up as a UX issue to think about if this is scaling going forward. Especially in the context of VSCode supporting custom editors and notebooks, I think this may not be the right solution, at the minimum maybe have a sub menu?
//cc @hediet
The text was updated successfully, but these errors were encountered: