Setup Custom Visualizer to always display after every/any query is run?
Looking at building a custom visualizer per this documentation - https://www.linqpad.net/customvisualizers.aspx
Do we have an option/way for a custom visualizer that will appear after every query execution similar to how we already see the Output, SQL, IL, Tree, AI, etc. tabs.? Other than the initial setup to make the visualizer code available either from My Extensions or placing a custom dll file in the requisite directory for LINQPad to discover...
Looks like the user must always initiate the visualizer through some form of dumping an object.
This is pretty close to what I want but even still this package requires the user to dump an IQueryable to see the custom visualizer window. https://github.com/Giorgi/LINQPad.QueryPlanVisualizer/tree/main
Please let me know your thoughts.