-
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 · -
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 ·
