feature
I'd like linqpad to save all open queries when closed. Similar to how it recovers unsaved queries after crashing. If I've changed 'Named' queries it would prompt to save changes, but unnamed queries are just saved without a dialog.
I often have numerous ad-hoc queries I've written over the course of a day and are specific to what ever issue is the daily crisis.
Also auto language detection would be nice as well; C# Vb ect.
-
Michael Lowden commented
I use this all the time (like in NotePad++), but the 'hack' with LINQpad is I kill the process in Task-Manager instead of exiting the app, just kill it. When you re-open it will recover. Annoying, and seems like all the code is there to just do it naturally. But alas, there is a workaround.