-
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… (View Post) -
Re: [Feature] Add additional package links in the LINQPad NuGet Manager
Check out the latest beta - it implements most of these features. (View Post) -
Re: Horizontal scrolling in editor pane
This is easily done. Will be in the next build. (View Post) -
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. (View Post) -
Re: GitHub Copilot integration?
This works with gpt-3.5-turbo, with my prototype prompts. Stay tuned. Good things are coming! (View Post)