Best Of
-
Re: Experiencing incorrect keyboard mappings in LINQPad
Does Apple's inbuilt TextEdit.app work correctly with that keyboard? Also, if you unmap LINQPad's start-of-line shortcut (Ctrl+A), does that make any difference? Go to Shortcuts, Keyboard, …1 · -
Re: Support for AI Assistants other than OpenAI?
While open-source models are not as robust as those like Gemini and Claude, you can run them locally with servers that support an OpenAI-compatible API interface. Two back-ends you can use to do this…1 · -
Re: Please add back "add default namespaces" and "add namespace from assembly" to LP9
Add namespaces from assembly is now available in 9.7.1.1 · -
Feature request: Disable / delay Quick Info (hover tooltip) in editor
When teaching live, the IntelliSense Quick Info tooltip that appears on mouse hover (method signature/docs popup) frequently covers code and distracts students. I currently have to press Esc repeated…2 · -
Re: Winget Package Broken
I've just updated winget to 9.6.6 with the correct hash. This should work once the index is updated.1 · -
Re: Font size anomalies in LINQPad 9
Just upgraded. Default font size and weight are very sensible additions. Things are looking the way I'm used to and I'm happy. That you did all this in such a short time is adding to the pi…1 · -
Re: Is it possible to use .NET regular expression source generators in LINQPad?
The underlying problem is that user-defined source generators can include an arbitrary graph of dependencies. To avoid the possibility of these conflicting with the LINQPad host's own dependenci…2 · -
Re: Expose LINQPad AI to scripts
This is now implemented in 9.6.5. You can do this: Util.AI.Ask ("What physics principles are required to implement GPS?").Dump(); or: var response = await Util.AI.Ask ("What's the…1 · -
Re: Editor Background color
Oh that's a shame :wink: I change the background color in all IDE that I use.1 · -
Re: Namespace IntelliSense fails in .cs files
Looks like the completion list needs keyword and snippet filtering. I'll add this to the next build.1 ·
