Implement a way to create our own Linqpad apps like the Regex Evaluator
This is a followup to https://stackoverflow.com/q/53645547/2068635.
I created a simple JWT decoder and I'd like to use it in a similar way as the Regex Evaluator. To achieve this, I'd like to have a way to register it either as something like [Ctrl]+[Shift]+[F2] or at least be able to automatically hide the query on execution (probably by exposing LINQPad.UI.QueryControl.ToggleFullPaneResults to the Util class).
-
it sounds like you're after a macros feature in LINQPad. A hotkey maps to a user-definable action, where one of the action types is to open and run a query, with the query editor optionally hidden. I'll look into how easy this is to implement.