You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 abovesomeMethod
). 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.
The text was updated successfully, but these errors were encountered: