toggling inline prediction doesn't hide an existing hint #24895
itsaphel
started this conversation in
LLMs and Zed Assistant
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I usually have inline completions enabled, but have a toggle so I can conveniently disable them when they're in the way, or not useful for whatever task I'm doing at the time. Something like:
In JetBrains and VSCode: If I type some text and see an edit prediction, then use the keybinding toggle for enabling/disabling completions, it will hide the prediction that was generated.
In Zed, currently, the prediction text will still be shown.
I'd like to suggest Zed adopt the JetBrains/VSCode behaviour? To me, it feels more intuitive
(fwiw: opening this issue to first get thoughts on the idea :) - if there's interest in this, I'd be interested in implementing as a baby PR)
Beta Was this translation helpful? Give feedback.
All reactions