ExpressionTreeVisualizer
ExpressionTreeVisualizer copied to clipboard
Debugging visualizer for expression trees
Presumably if #2 can be done, so can this.
Two uses: - Default code language - When copying the path to the expression for use in the Watch window (#13), it's important to format indexers correctly (this is independent...
Label navigation has two parts: 1. from a LabelExpression, navigate to one or more GotoExpressions 2. from a GotoExpression, navigate to the target LabelExpression The UI for this could be...
The end visualizer DLLs might not be testable by AppVeyor, because they are .NET Framework assemblies. This will not change with .NET Core 3. However, because VisualizerData itself resides in...
The current design is that only one end node grouping can be selected at a time. Would it be useful from a UX perspective to allow multiple groupings to be...
Regression test for something like #82 See the code in #82 for how to run the test.
I saw a compiler generated expression where the closure class instance was itself an instance of another closure class: LambdaExpression - Body: MemberAccessExpression - Expression: MemberAccessExpression - - Constant: The...