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 context menu contribution point to Watch Variables Pane #150161

Open
theIDinside opened this issue May 23, 2022 · 0 comments
Open

Add context menu contribution point to Watch Variables Pane #150161

theIDinside opened this issue May 23, 2022 · 0 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Milestone

Comments

@theIDinside
Copy link

The title is pretty much self-explanatory. It would essentially work identically to how the "normal" variables list work, since we have variableReferences, expressions and all that stored in the "containers".

This would be a far superior solution than adding individual items as suggested by this issue #133284

That way debug adapters can add custom actions like "format this value like so" or "this watch variable has this behavior" by adding a context menu action that gets the clicked item's data passed to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants