-
Re: Feature Request: Font Settings for Code Completion / Hint Tooltips
Font-size scaling for autocompletion and tooltips hasn't been implemented in the low-DPI renderer. This looks like an omission; I'll get onto it.1 · -
Re: Is there a keyboard shortcut that achieves the exact same effect as calling Util.ClearResults()?
This feature is now available in the 9.10.1 beta. Shortcut: Ctrl+K, E or Command-K, E.2 · -
Re: "Show Explorer Trees" Custom Keybinding Change Not Reflected in UI
Thanks - I'll a fix into 9.10.x.1 · -
Re: .linq error while run with LINQPad 9
In LoadingShow, you need to replace var {SwalLoading} with window.{SwalLoading}, and in LoadingClose, replace var js = @$"{SwalLoading}.close();"; with var js = @$"window.{SwalLoading}…1 · -
Re: Feature Request: Collapse All Folders in "My Scripts" Panel
This is now available in 9.9.8.1 ·
