-
Re: Automatic brace completion
This is not a feature right now, but I guess it can be added if there's enough demand. I don't miss it much because in most cases, there are snippets to care of the brackets. So instead of typing if(…1 · -
Re: Why is LINQPad directly referencing (and locking) my assemblies
Thanks for reporting. I've found the cause of the problem and will include a fix in the next beta build.1 · -
Re: Reusing LINQPad source code for open source project
Here you are: https://github.com/albahari/ExpressionFormatter Enjoy!7 · -
Re: Cancelling a query should not clear cached results
LINQPad kills the query process when you cancel to ensure that any other threads or tasks that you may create don't continue running and pollute the next execution. You can prevent this behavior by e…1 · -
Re: Wrong Line highlighted on IndexOutOfRangeException
Sure, I can change the messagebox so that it doesn't steal a mouse click or keypress.2 ·