-
Re: "using namespace;" statements in C# query file
Yes, this should be an option. My medium and long-term plan is for LINQPad to offer compatibility with the Roslyn scripting library, which allows for using directives in the script. This will give th…3 · -
Re: 1 complement, 1 question and 1 idea
The new beta build with a ComboBox in Util.ReadLine is now out.3 · -
Re: Statements auto dump and auto complete suggestion
Can you give me sample code that causes autocompletion to pop up when it shouldn't? I should be able to fix most of these. You can tell LINQPad not to activate completion listings on alpha characters…1 · -
Re: 1 complement, 1 question and 1 idea
Thanks for your support and suggestions! Regarding extensibility points, these are hard to design (and easy to screw up) without a reasonable set of use-cases. You're right about Util.ReadLine being …2 · -
Re: Dump only part of an Object
From LINQPad 5.08, you can define a "ToDump" method on any class, which controls how the object is dumped. This is a convention-based system, so you do not need to reference LINQPad.exe. Fo…1 ·