-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Provide some richer (optional) UI for custom tree views #97190
Comments
Hi @eamodio , I’m glad to see the Search/Filter box being requested again. Our #54323 and #50062 issues were closed in the past, in favor of the explorer like search/filter. But, IMHO a Search/Filter box is way better 😁 . I would add one more request (based on the Timeline experience). Expose the “title detail/description”, just like the Timeline view does today, displaying the “current/active filename”. Thank you |
@alefragnani can you open a separate issue for that one - I definitely echo wanting it |
With 'Rich Hovers' it would be great if you can also execute some functionality upon hovering, i.e. something along the lines of an Is this included in your point to 'Rich Hovers'? If not I'd open a separate feature-request for that. |
Can you add a simple rename inputbox like the Explorer view?? It could be a lot comfier for the user than renaming with a floating inputbox. |
What can we do to help move this forward? |
what can I do to include search box in the side bar? |
Right now, the only ways it to use a WebView on your Side Bar. But, doing so, you will lose the TreeView you already have, and will have to rewrite it yourself as a HTML page. |
This feature request has some great suggestions. That said, I got here because of the "allowing adding a text field to tree views" part, which is really what I am looking for. For our particular case, we'd use this field to allow users to write rich queries for the data: this is a feature we support on our web UI so our users are very used to it. Btw, we'd need to be able to add commands to such text field, like "clear all", "go", ... |
It's a useful feature. Is it being developed? |
It would be great to see some progress here. Native TreeView is great, but lacking ability to display richer UI in it will push developers to use WebView instead. |
Like others on this issue, I think allowing an inline input box on tree nodes (for example via double-clicking a node) would be massively useful. The |
I second that! Having the features described in this issue, in particular the input box, would greatly broaden the use cases for tree views, allowing us to avoid relying on WebViews for many cases, which often introduce unnecessary overhead. |
Will the input box as TreeItem will be added in the near future? I would like to use it to replace |
It could be very useful to have 'rename' possibilities inline in the tree view!! Thanks! |
Refs: #96927
It would be great to have some richer optional UI components that could be enabled within a custom view, e.g.
@idoprz Can you please add some more details here too?
The text was updated successfully, but these errors were encountered: