-
Re: GitHub Copilot integration?
Update: LINQPad now uses GPT-3.5-Turbo instead of Codex, due to the latter's impending doom. GPT-3.5-Turbo is more modern and (considerably) cheaper than Codex, however its natural language focus mea…2 · -
Re: Is there a simple way to make two Dump() outputs scroll independ of each others?
Not out of the box. You could implement this as an extension that uses LINQPad's HTML controls. Here is a simple method that dumps content inside a div with a border: void Main(){ object content = &q…1 · -
Re: [Feature] Add additional package links in the LINQPad NuGet Manager
Check out the latest beta - it implements most of these features.1 · -
Re: Horizontal scrolling in editor pane
This is easily done. Will be in the next build.1 · -
Re: GitHub Copilot integration?
Try the latest beta: https://www.linqpad.net/linqpad7.aspx#beta Shift+Space to AI-complete. Let me know your thoughts.3 ·