Util.ReadLine and results docked in Second monitor.
Would it be possible/easy for the Util.ReadLine prompt to appear on the same screen as the results are displayed in? This is a situation that has caught me out lots of times. I have a loads of scripts...
View ArticleConnection Combobox does not always update when dragging a new sqlite...
I tried replicating this in a Windows Sandbox, but could not do it until I copied across my ConnectionsV2.xml which has a lot of connections. I start with a script that uses one sqlite database...
View ArticleMarkdown formatting
In markdown preview (.md) and when using Util.Markdown the space characters get stripped from the following sample: 00b3ade/ # VS Code storage bucket for one workspace folder ├── workspace.json #...
View Article-run command line argument when script is already running
Is there any way to call Linqpad9.exe scriptPath -run so that it automatically starts the script if it is not already running, but just switches to the script if it is already running? At the moment...
View ArticleIs there a simple way to hide object header display from Dump()?
I'm using Dump() to build a simple UI and would like it not to display the headers with the object information. What is the simplest way to do this? This simple example List<dynamic> list = new()...
View ArticleF1 for demo of Util.Cache does not work with LP9
Works in 8.10.4, but not in 9.10.20 or 9.11.6. F1 for a demo of Util.Chart works in all three versions.
View ArticleFeature Request: Jump To Drop Down Selection
This is essentially the same feature request that @rorourke raised back in December 2024. Personally, I'd really like to have all three navigation options available, since I think each one serves a...
View ArticleKorean IME composition is not displayed while typing in the LINQPad 9 code...
I’m experiencing an issue with Korean IME input in the LINQPad 9 code editor. Environment Windows 11 LINQPad 9 Free, x64 Microsoft Korean IME LINQPad 9.10.19 Also reproduced in LINQPad 9.11.5 Beta...
View Article.csx files: Roslyn scripting globals (`Args`) not injected, so scripts won't...
LINQPad opens and parses .csx files, and supports the CSX-style #r "nuget: ..." directive, so a dotnet-script file looks like it's understood. But it's compiled as a normal C# Statements script without...
View ArticleCopy script path context menu item
When using Claude I find I often want to refer to another script and it would be great to be able to right click on the target script and copy the path (unless there's better syntax within Claude to do...
View ArticleIntelliSense not working inside collection expressions
Hi Joe, IntelliSense doesn't activate inside collection expressions, as shown below. However, if I type a comma, IntelliSense starts working correctly in the empty slot for the second element.
View ArticleEziriz's ".NET Reactor" expired
Here's what my startup log says today: 9.10.19 (X64) 2026-08-27T10:03:02 GuiAppHost Exception - This assembly is protected by an unregistered version of Eziriz's ".NET Reactor"! Source=APS.Shared.Wpf...
View ArticleEdit Shift-Arrow unexpected behavior
In LINQPad 8, if you are editing the code and with the insertion point below some lines, press Ctrl-Shift-Home to mark the lines, then press Shift-DownArrow to unmark the first line, it moves the...
View Article9.10.19 stuck on 'Downloading newer beta..."
Hi, Just flagging the today LINQPad 9 Beta 9.10.19 seems to be stuck on "Downloading newer beta...". This is on Windows 11 Business 25H2 26200.9168. I will try and reboot but thought I'd flag early if...
View ArticleHanging CoreClr Debugging Events
Hi, I finally figured out why I had mysterious net5+ executables hang before my program even hit Main(). Where the only fix I had at the time was a computer reboot. It turns out linqpad8 8.10.4 (x64),...
View ArticleDefault container for Dump()
I have scripts already working that dumps using LINQPad.Extensions.Dump(). I'd like to "#load" those scripts where each have a dedicated DumpContainer on the "Main interface", is there a way to...
View ArticleKilling guest process after query finishes
I am aware of the "Always Preserve Query Process" and "Always use Fresh Process per Execution" settings. But how can I ensure that the process is terminated without manual intervention (Query > Kill...
View ArticleAdd 'Keep both' option for ai diffs
Occasionally when reviewing ai generated diffs I'd like to be able to accept the addition but also keep the (pending) deletion. For example in the follow screenshot I'd like to add both the green and...
View ArticleQuestion about which script is focused after closing another script.
How does LinqPad decide which script to switch to whenever I close a script? Most of the time it is the previously selected script, but not always. Is it based on the length of time spent active? If so...
View ArticleSuggestion: Wrap-around navigation in IntelliSense list
Hi Joe, In LINQPad (v9.10.19 beta), once the selection reaches the bottom of the IntelliSense list, pressing the Down Arrow does nothing. In VS Code, however, the focus wraps back to the first item. I...
View Article