Replies: 2 comments 5 replies
-
It sounds as if the |
Beta Was this translation helpful? Give feedback.
-
|
After spending some time digging into the implementations of corfu and eglot, I think this is both more clear and confusing at the same time.
It sounds to me that based on the Another, similar thought I had was that with my newfound (possibly erroneous) understanding of how completions work in emacs; I find it a bit strange that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I generally like the way the 'insert' option confirms the preview on further input, and it works really well for cases where the language or setup doesn't involve template expansions.
The issue I find is when it is paired with eglot and yasnippet. From time to time I find myself typing something, cycle through the list, then realize that I want something else and start hitting backspace.
The result is something like the following:
SomeTypedText.
== hit M-DEL ==>
SomeTypedText.Previewed, arg2, arg3)
When doing any input it will complete the currently selected item triggering the yasnippet expansion. But what I really want it that it just inserts the previewed text.
Is there any way to get this behavior?
For now now I've switched to
corfu-preview-current tbut that has other jarring consequences where what I see isn't what is actually there.Beta Was this translation helpful? Give feedback.
All reactions