Is there a way by which, when I open a query in LINQPad, it executes it and puts me in the result-only view? The intended use case for this is to write small applications within LINQPad. I don't want to hit F5 and Ctrl+Shift+R every time.
The motivation for this is the recently released RegEx utility in 5.36. This is also a script that does the same.