zspitz / ExpressionTreeVisualizer

Debugging visualizer for expression trees
MIT License
339 stars 26 forks source link

"Add watch expression" command #75

Closed zspitz closed 4 years ago

zspitz commented 5 years ago

The most we are currently doing is to copy the expression+casting to the clipboard, which the user can then paste into the Watch window.

Ideally, this command would simply add a new watch.

zspitz commented 4 years ago

This is now tracked in https://github.com/zspitz/Periscope/issues/2.