Replies: 1 comment
-
Can you show a gif? As a side note, lsp-mode provides a backend for the completion frontends. The issue that you are describing sounds more like a frontend issue. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm using lsp-mode with rust-mode in emacs 2.9.
I'm seeing this behaviour in other major modes as well.
After a candidate has been selected, the cursor goes to the beginning of the newly-created completion.
This contrasts with other completion packages, which positions the cursor at the end of the completion.
So in the case of lsp-completion-mode, an extra two keystrokes are required after the completion.
At this point I don't know if this is the default behaviour of lsp-completion-mode, if it's configurable or if something in my configuration is interfering with a more desireable behavour.
Beta Was this translation helpful? Give feedback.
All reactions