Add "Export To Visual Studio" to generate a solution and project based on the LINQPad script
LINQPad is awesome for quick scripts, but sometimes they grow to the point that you just have to promote them to a full-blown Visual Studio project. It would be awesome to have a feature to be able to do a "Save As Solution", which would generate a Visual Studio compatible Solution and Project, and move your code into a new class as well as providing a generated DataContext.

3 comments
-
Anonymous commented
Additionally, let the user select if they want a full solution or a project (or even only a file with all "using" and other stuff) so that the result can be added to an existing solution or project.
-
Arsenio Costa commented
+1
-
Nick Portelli commented
I was just going to submit the same idea. Or even just a class.