Flow Catalog sidebar (VSIX v1.2.0)

The REslava.Result Extensions VSIX v1.2.0 adds a dedicated activity bar panel — ⚡ Flow Catalog — that lists every [ResultFlow] method across your entire workspace, grouped by project and class:

  • No need to navigate to a source file — browse all pipelines from the sidebar
  • Project nodes turn green when the project has been built (registry found), red when a build is needed
  • Method nodes show for async methods, return type, and node count as description
  • Hover a method to see the full tooltip: return type, node count, node kinds, and error types
  • Click a method to open its diagram preview instantly
  • Right-click a projectBuild Project runs dotnet build --no-incremental and auto-refreshes the tree
  • ↺ button in the panel header manually refreshes the full workspace scan
  • Stats bar above the tree shows total projects · pipelines · nodes

The sidebar reads from *_PipelineRegistry.g.cs files in obj/ — build your project at least once to populate it. Projects that haven't been built show a red icon and a "Needs build" tooltip.