Pressing period to accept suggestion? #39973
Unanswered
laneme
asked this question in
Help and General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure this setting already exists, but i couldn't find it.
VSCode has this feature where you type period (
.
) and it accepts the first suggestion AND puts the dot at end, starting next suggestion list automatically (if available).Lot of the times i type few gibberish letters and the matching are enough good to get me the desired suggestion on top 80% times.
It feels intuitively speed mode than having to press
Enter
, especially because enter key doesnt put a dot at end starting next suggestion.This is what happens in zed:
https://github.com/user-attachments/assets/c9fe72e0-50e2-4b90-825d-d6ab9da27e2b
But i'm expecting to get
Object.
and end up like the image below just by typingobj.
Zed:
obj
>Enter
>dot
Vscode:
obj.
🚀Beta Was this translation helpful? Give feedback.
All reactions