Skip to content
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 more entries to Open Recent / Recent #99547

Closed
greggman opened this issue Jun 7, 2020 · 7 comments
Closed

add more entries to Open Recent / Recent #99547

greggman opened this issue Jun 7, 2020 · 7 comments
Assignees
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues

Comments

@greggman
Copy link
Contributor

greggman commented Jun 7, 2020

I know this has been asked for before and I know there is Ctrl-R for a longer list. The thing is what's the point of the other lists being so short? (the one in File->Open Recent and the one on the Welcome page) It would seem obvious to me that a person that is working on 30 projects has far more use a recent feature than a person working on 3.

The short lists seem like an infuriating taunt. Because I use File->Open Recent in many places in the OS my muscle memory has me pick File->Open Recent, only to find that the project I want is not there. Ever time I happens my brain screams that my time was just wasted.

Even the Welcome page, sure, maybe for a new user they'll click the help on the bottom left (any metrics?). Then, the next 10000 times they see the Welcome page that space is entirely wasted. Maybe redesign that page or maybe only show the welcome page once and then show a "projects page" from then on?

Screen Shot 2020-06-07 at 13 00 19

Can you please revisit the decision to close the request for this?

Further, this seems like a trivial change. Somewhere in the code the limit is 10. That code just needs to look up the limit from the config. I'd be happy to submit a PR if it is likely to be approved ... and assuming I'm right that it's trivial. (color me embarrassed if this feature already exists and I just didn't find it)

@gjsjohnmurray
Copy link
Contributor

gjsjohnmurray commented Jun 9, 2020

Discussion on #94755 includes additional suggestions for improvements to Welcome page.

@greggman
Copy link
Contributor Author

greggman commented Jun 9, 2020

I don't know if anyone can help. I started making a PR

greggman/vscode@greggman:master...greggman:more-recent-projects-and-files

I'm not sure where to put update the schema for the settings. More important though I can't get VSCode to build on either Mac nor Windows

https://stackoverflow.com/questions/62257317/getting-vscode-to-compile-on-either-windows-or-macos

@chrmarti
Copy link
Collaborator

chrmarti commented Jun 9, 2020

Just increasing the number of entries will throw off the layout's balance which would be considered a bug. In #63152 we were looking into an overhaul of the layout that might allow for more entries.

@chrmarti chrmarti added feature-request Request for new features or functionality quick-pick Quick-pick widget issues labels Jun 9, 2020
@greggman
Copy link
Contributor Author

greggman commented Jun 9, 2020

increasing the number of entries will throw off the layout's balance

As a developer shouldn't i get to choose if I care about functionality more than looks? Sure, make it look good. In the meantime I'd like to get work done faster and with less frustration.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues
Projects
None yet
Development

No branches or pull requests

4 participants
@greggman @gjsjohnmurray @chrmarti and others