zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.12k stars 3.07k forks source link

Project manager / recent projects window #16999

Open paderick opened 2 months ago

paderick commented 2 months ago

Check for existing issues

Describe the feature

When zed

a project manager / recent projects view / window should be shown as it is implemented in IDEs from JetBrains / Apples Xcode or VS Code solve it with the welcome page.

If applicable, add mockups / screenshots to help present your vision of the feature

grafik

grafik

grafik

arv-anshul commented 1 month ago

A feature like viewing all the git initiated project is much needed too. See VSCode extension for that.

image

image

olrtg commented 1 month ago

Doesn't "File -> Open Recent... (⌥⌘O)" does this already? 🤔

arv-anshul commented 1 month ago

Doesn't "File -> Open Recent... (⌥⌘O)" does this already? 🤔

Yes, but it is not what I need. It has only recently opened projects; what about un-opened project or new projects, I want those too.

olrtg commented 1 month ago

@arv-anshul Sure! but I think OP is talking about recent projects.. from the screenshots at least seems he's referring more to that than a project manager because vscode and xcode AFAIK don't have a "Project manager" out of the box, is just recent projects.

paderick commented 1 month ago

My intention here was to give you feedback what I miss when I come from other tools. It is totally fine to me when you want in your app a behaviour like textedit, which opens a new empty file at startup.

I expect for a next-generation code editor at startup an "welcome page" which offers my last projects or the option to start a new one.

This "welcome page" could offer in the future more content or features you want to offer to the users.