codota/TabNine

Completion conflicts with auto-close/auto-pairs plugins

dkvasnicka opened this issue · 0 comments

When writing JavaScript I frequently get completion offers like someMethod('. While this may be useful to someone who's editor does not manage pairs of delimiter characters for them, using this in NeoVim equipped with plugins to manage these is a PITA (as this suggestion always is above someMethod). Is there a way to disable this or configure some characters to be ignored?

IMHO, automated management of quote/parentheses pairs in editors and IDEs is so ubiquitous these days that this behaviour should just be removed completely or at least it should require an explicit option turned on to behave like this. YMMV.