-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent completion menu after navigation in insert mode #5803
Conversation
I just wanted to kindly follow up on my pull request and mention that I've been using it for the past 2 months and the modification has made the completion natural and instinctive. Is there anything else I can do to help move the process along? |
Yes please merge, it solves very annoying issue corrupting my code all the time |
we won't merge adhoc fixes like this. We are working on revamping thway completions are triggered more generally: #6910 (comment) |
6053b56
to
8d9b92f
Compare
I have rebased the branch, for users using that patch. I don't know if it could be merged until the revamping is done (then reverted) ? |
This is fixed by #8021 which is a pretty high priority now. I don't see us merging another solution before that PR |
I see, I should test that PR then |
This is a replacement for #4144 , after the comment from @the-mikedavis :
Related issues: #2027 #2581.
The auto-completion menu now pops if you are in insert mode AND you have inserted something, as soon as you move again or do a ^C, you need to insert something again. This behavior is similar to what other IDE do (like Android Studio)