-
-
Notifications
You must be signed in to change notification settings - Fork 238
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 info when open project explorer with Cmd+Ctrl+P #194
Comments
Hi @muuvmuuv , The list API is limited to 3 different areas to display info. Today it already uses all 3. Two of them are important but the last one, is not, and I'm already thinking about removing it.
How to you think all this suggested info should be presented? Do you have any mockup/print to suggest? |
Here is my expectation:
|
If this was an Atom package, your mockup would be possible, but not for VS Code. The current API only provides those three areas that I mentioned, and is basically a text only content. The only exception is the possibility to use octicons. So, you should remove the elements below from your mockup, and move it somehow to the available areas:
Hope this helps |
Oh it is no package, I created this in sketch yesterday to show you how I would like to have it 😄 Sent with GitHawk |
Is it possible to create a by its own popup for project manager? Sent with GitHawk |
I was just saying that, if this (my extension) was an Atom package, your design could be used. I wasn't asking if that mockup was a package 😄 .. The reason for my comment is that Atom is more hackable and you can create visual elements (like your design) by your own. In VS Code, in other hand, you just have the visual elements that its API provides. And in this case, the list is limited to the visual that I commented. I remember that there are some reported issues in VS Code repository to expand that element, but none was so different. I guess that it won't be possible to have so much information in that list/popup. For instance, I have three issues related to it, and none is even planned yet:
Hope this helps |
Last week I decided to "re-focus" on some of my extensions, and I'll start to plan milestones for each of them. This "re-focus" will be based on community feedback/support. I'm closing this issue because two of the VS Code issues that it depends on, has no update from VS Code team members for more than two years. It's neither planned on any Milestone, so, it does not appear to be released soon. I'm subscribed to both issues, so if/when it is closed, I'll be notified. Thank you for your understanding. |
Hi, sorry for reviving this. Is there an option to add a git branch to the project search? It will really help navigate between projects from different worktrees. |
When I open the project explorer with the above command I just get a list with the name and path. It would be nice to see the group too and some additional settings like:
The text was updated successfully, but these errors were encountered: