-
Notifications
You must be signed in to change notification settings - Fork 33
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
Inline completion does not disappear, although I select a suggestion. #100
Comments
You're in luck, actually. I've already done the work to implement a fix for this over at #70 which is just waiting to be reviewed and merged. I'd greatly appreciate a few more eyes / people showing support on it to get finished 😃 |
As a temporary workaround, you could just copy the function from |
Oh, I got lucky. Thank you. I'll try it in my environment. I hope it gets merged quickly. |
I'm not familiar with neovim, so I want to make sure I've executed it properly. First, I applied all the changes from the commit to my environment. However, since I don't use cmp but use youcompleteme, it seems not to work for me. |
I'm not sure if there's a way to force accept a ycm suggestion, having done a little searching, I couldn't find one, but I also don't use ycm. Additionally, if you can hook into ycm's action on accepting a suggestion, you would then call dismiss_suggestion to hide the Tabnine suggestion. |
I'm currently using both youcompleteme and tabnine. When I type 'np.' like in the first image, two suggestions pop up. Even though I select 'abs' by pressing the down arrow key, the inline completion does not disappear as shown in the second image. This is a minor inconvenience, but is there a quick fix for this issue?
The text was updated successfully, but these errors were encountered: