Change Code of New Query Template
I believe the code for new queries (template) is embedded (IIRC) in LINQPad 8. I'm wondering, in case I am wrong, how I can modify the default template. First off, I hate having 3 blank lines at the end (I turned the comment at the end off in preferences). Additionally, there are other lines we would like to have (by default) for all new queries. I have had to workaround this by creating a snippet that, when a new tab/query is opened, I would have to delete it's contents and then execute the snippet.
Comments
This is not something that's been requested so far. It would be somewhat complicated in that this template would need to be different depending on whether the script was of type C# Program or C# Statements (or C# Expression). And when you switch between those three modes, LINQPad would need to know how to convert between them.