-
Re: LINQPad AI Assistant Preview - feedback needed
For now, you can work around the Ctrl+P issue by re-enabling the default "Use Visual Studio Shortcut Keys" in Edit | Preferences > Advanced, Editor. Regarding GPT-4, are you sure that yo… (View Post) -
Re: About System.Text.Json Dump
Thanks - looks like the lexical parser is missing a child state. There will be a fix in the next build. (View Post) -
Re: Limit headers when exporting to Excel
Can you concatenate the results? (View Post) -
Re: Can we have file viewing and highlighting for cs, fs, vb like we have for xml, json, sql files?
The latest beta shows .cs/.fs files in My Queries and Navigate To. There's a good case for allowing these in that LINQPad offers quite good support for .cs/.fs, both in terms of direct execution and … (View Post) -
Re: About System.Text.Json Dump
Good call. LINQPad should always apply JavaScriptEncoder.UnsafeRelaxedJsonEscaping - the visualization should not be polluted for the sake of edge-cases. I will change this in the next beta. (View Post)