Best Of
-
Re: search current editor contents across tabs? (like Notepad++ find-in-all-opened-docs)
Yes - it makes sense to add another item to the Edit/Find menu.1 · -
Re: Linqpad 9 is soooo nice <3 !!
Thank you for your kind words!1 · -
Re: Output to results panel through Stream?
I confirm it works like a charm var py = IronPython.Hosting.Python.CreateEngine();py.SetSearchPaths([AppDomain.CurrentDomain.BaseDirectory]);using var writerStream = new TextWriterStream(Console.Out,…1 · -
Re: Any plans to use Github Copilot?
A feature request has been registered for this that you can vote on here: https://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/45623404-integrate-with-github-copilot1 · -
Feedback needed: SQL to LINQ conversion tool
The latest LINQPad 9 beta features a new tool to perform a deep, AI-powered conversion from SQL to LINQ. It works with both LINQ-to-SQL and EF Core. Let me know what you think!1 · -
Re: AzureCliCredentials & PATH on MAC
One other approach that would feel a little more natural and worth mentioning is to create a script that you would load in. Treat it like a "source include." You could add that setup in you…1 · -
Re: Improve support for file-based app
Sure - will add this to the 9.3.21 beta.1 · -
Re: lprun on macos
The sample indicates that LPRun runs on Windows only. There are long-terms plans make this work on macOS. It requires porting some C++ code.1 · -
Re: [Bug?] Incorrect indentation when pressing Enter between auto‑inserted braces (LINQPad 9)
Thanks - this should be fixed in 9.4.11 · -
Re: function to generate pretty type name
The one I use is var typeName = LINQPad.Extensibility.DataContext.DataContextDriver.FormatTypeName(type, false); This is mentioned in the documentation for writing your own DataContext driver where i…2 ·
