-
Re: Intellisense for LINQ methods on strings not working?
LINQPad deliberately hides them, because most of the time, they're a pain :) It's not often that you want to treat string as an IEnumerable, and they make it hard to find any other extension methods …1 · -
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 ·
