Replace on accepting code completion #24030
Unanswered
elfenlaid
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I have a quite silly question, and I'm probably a hundred and forty-third person to ask about it, but let me give it a shot anyway 😅
The question: Is there a way to disable "erasing" a nearby word on code completion?
I'll try to depict what I mean here:
Zed replaces
alert
withusername
. Which totally makes sense here, but sometimes it doesn't.I wonder if there is a way to disable this "replace" functionality? E.g. to end up in the following state after accepting a completion:
In other words, to make code completion to only paste, without deleting the following word?
Beta Was this translation helpful? Give feedback.
All reactions