Best Of
-
Re: Can the height of new TabControl to set to use the whole of the output window?
In 9.7.9, I've added a new FillRemainingHeight method to the TabControl to make this easier: var culture = CultureInfo.CurrentCulture;var tc = new TabControl ( ("Calendar", new DumpCon…2 · -
Re: Scrollable dump cell
Hi Jeff, Thanks very much for this. I'd just started on adapting Joe's approach but it interesting to see other appoaches too. I ended up going down a slightly more 'text' specifi…1 · -
Re: Scrollable dump cell
The easiest way to do this is with a DumpContainer: new DumpContainer (code) { Style = "max-height: 200px; overflow:auto" }.Dump(); (Util.WithStyle should also work, although it doesn'…1 · -
Re: Any plans to use Github Copilot (NOW AVAILABLE)
The latest beta (9.7.8) has Copilot integration. You can use most of the latest models, including Sonnet 4.6, Opus 4.6 and GPT 5.4 for the AI agent and chat, and GPT 4.1 for completion. Please give t…1 · -
Re: EDI issues
These features were added in LINQPad 9. If you need to see the editor line number in LINQPad 8, pressing Ctrl+G will tell you what it is, or you can enable the "Show line numbers in editor"…1 · -
Database specific extensions or base-queries
I have long considered the usefulness of this feature, and looked a few times, but either Linqpad doesn't support it, or I am not searching for the right things (totally possible). Basically - w…1 · -
Switching from custom CSS style to Default.
I thought that clicking on the default radio button (see screenshot above) would just ignore my customisations and allow me to re-enable them later. But it has actually deleted all my customisations.…1 · -
Re: Database specific extensions or base-queries
I like option 2. Will put some thought into this.1 · -
Re: Am I able to fully disable all AI capabilities of Linqpad?
AI is disabled in LINQPad by default. To enable AI, you have to go into Settings and set up a provider and log in or provide an API key. Otherwise, all features are disabled.1 · -
Re: Experiencing incorrect keyboard mappings in LINQPad
Does Apple's inbuilt TextEdit.app work correctly with that keyboard? Also, if you unmap LINQPad's start-of-line shortcut (Ctrl+A), does that make any difference? Go to Shortcuts, Keyboard, …1 ·

