tzachar / compe-tabnine

TabNine source for hrsh7th/nvim-compe
BSD 3-Clause "New" or "Revised" License
52 stars 3 forks source link

Getting completion suggestions in cases where they were not expected #16

Closed andersevenrud closed 3 years ago

andersevenrud commented 3 years ago

In certain cases I get some autocomplete suggestions when I don't expect it, like for example after typing a parentheses after a function name.

I start typing and get what I expect:

bugreport-00

I can complete typing the entire function name:

bugreport-01

But as soon as I insert a parentheses, I now get new suggestions which is unexpected, because I did not start typing a word.

(This also obscures my signature help popup which is what brought me here)

bugreport-02

Is this the intended behavior ? As far as I can see there's no option to adjust the behavior here (and adjusting compe settings have not yielded any solution), so if that's the case then I would love to see an option to adjust this.

andersevenrud commented 3 years ago

Works like a charm! Thanks for the quick resolution :)