-
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 · -
Re: GitHub Copilot integration?
This works with gpt-3.5-turbo, with my prototype prompts. Stay tuned. Good things are coming!2 · -
Re: GitHub Copilot integration?
Using the Codex model from OpenAI is the simplest approach, and would enable some interesting features such as a list of customized prompts (think: "// Bugs in the following code:" or "…1 · -
Re: How do I change the foreground color of a hyperlinq?
Another option is to use (the more recent) LINQPad.Controls.Hyperlink. This gives you much more control: var link = new LINQPad.Controls.Hyperlink ("test", link => {} ).Dump();link.Style…1 · -
Re: Make it so when I update LINQPad, it uses the same taskbar icon
Also note that I'll be making a change soon that will reduce incidences of the pinned taskbar issue - particularly with betas.1 ·