MSBuildStructuredLog icon indicating copy to clipboard operation
MSBuildStructuredLog copied to clipboard

Ideas for runtime graph features

Open cdmihai opened this issue 4 years ago • 0 comments

  • [ ] order children left to right by start time, to understand the calling order
  • [ ] Double clicking on a project node in the graph navigates and focuses the corresponding Project node in the log viewer. This might be blocked by a graph bug: microsoft/automatic-graph-layout#214
  • [ ] Right click context menu items
    • collapse node and subgraph from graph
    • open project file source on the side (same thing as double clicking on a node in the log viewer)
    • prune the graph to only keep paths from root nodes to this node
  • [ ] Graph settings pane
    • collapse all nodes
    • expand all nodes
    • search nodes by project file

cdmihai avatar Feb 14 '20 18:02 cdmihai