Feature requests: disable autocomplete, bigger fonts

I’ve been using GPT4 and Copilot to code daily for over a year now, but am seeing a clear drop in quality. My assumption is Copilot chat went to the 4o model and changed the prompt to only write code unless you specify otherwise, so it explains nothing, while also having very poor memory.

I believe Cody with Claude Opus will solve all this (Cody + 3.5 Sonnet already seems an improvement), but the JetBrains plugin is missing some must-have features for me.

First is a keymap/shortcut to disable autocomplete. Ctrl-alt-shift-O in Copilot. This is because no LLM can predict what I want to type in a comment, which is effectively its prompt. It’s attempt every .5 seconds is very frustrating because it constantly interrupts my train of thought. If Esc stopped completions until I started a new line (vs. simply type), even that would be enough. But a disable shortcut would be great.

Second is that the font is smaller than that of other plugins and hard to read. It’s definitely smaller than my editor font. This is both the UI labels and the text/code generated.

Very happy to be a paying customer if you could implement that. And apologies if I somehow missed this in the docs.

One workaround I found is to uncheck “Automatically trigger completions” in settings, then create a keymap for autocomplete. Now won’t complete unless I use the shortcut. Not ideal, but good enough for now.

Still need bigger fonts for chat, please.