-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Support Context Menu/Actions for Values in the Debug Hover #125763
Comments
@hediet good overall idea and I like it. I think we could implement it fairly easily by adding a new menu type to the hover tree. We can even open it for extensions as you suggested. However I would be interested in what other apps do you know that have a context menu on the hover? Might this be a sort of an anti pattern? I know that the debug hover is a bit heavy and a context menu might fit well there, but I would be interested in how other products do it. Maybe try out Visual Studio, Chrome Dev Tools and others... fyi @misolori @connor4312 |
VS has quite a few nested context menus :D |
Cool ideas. Maybe just a right click context menu might work best. @misolori is right, it can be made possible if we make it a toolbar, however I would be worried about opening inline actions to extensions since horizontal space is already limited. I would first only open secondary actions - the one behind a context menu. Though I am flexible. |
@hediet can you verify this one? 🙂 |
This is the debug hover:
I think it would be great if each value has a context menu (or inline buttons) to trigger (contributable) actions.
Built-in actions could be:
Actions contributed by extensions could be:
This is already supported in the sidebar:
The text was updated successfully, but these errors were encountered: