Add open copy to the context menu of "My Queries"
I use LINQPad a lot to test new methods, classes etc in my own binaries without having to actually deploy them to a web server or run through a lot of steps in a program.
Usually I have a template LINQPad-script with the binaries and NuGet packages added. Every time I want to write a new on though I have to open the template and right click the tab to select "Clone Query". Sometimes I accidentally mark a part of the query and have to redo it.
I would really like it if the context menu of My Queries had an "Open copy" option that would read and load the entire file just as when you Middle Click it but without actually linking it to that file so I can discard or save it without accidentally overwriting my template.
-
Mark Hurd commented
I assume with "Use as Template For New Query" this one was done some time ago.
-
Dennis Hafström commented
I meant "write a new one" but there is no edit option here.