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
I really would like better integration with deoplete, as this completion source was designed for that plugin.
It is very convenient to use only when completing things, however I cannot find a solution to this problem:
It is not possible to continue to the next completion item with <Tab>, because clang2's placeholder jumping algorithm takes over an the currently active item is used.
The text was updated successfully, but these errors were encountered:
I really would like better integration with deoplete, as this completion source was designed for that plugin.
It is very convenient to use only when completing things, however I cannot find a solution to this problem:
When having the following configuration
deoplete-clang2's placeholder_next always takes precedence.
TL;DR
It is not possible to continue to the next completion item with
<Tab>
, because clang2's placeholder jumping algorithm takes over an the currently active item is used.The text was updated successfully, but these errors were encountered: