Qtcreator: autocomplete interrupts typing in vi mode
-
When I use vi mode, autocomplete will consume a single character the first time it pops up.
for example:
lets say I'm trying to write "typename".
- I write "typ"
- The autocomplete will suggest typedef, typename and typeid.
- I continue writing "e", but this character doesn't show up.
- I write the rest of the wors, "name"
- On the screen I now have "typname"
This is extremely annoying, and for some reason it only happens in vi mode. Any solutions beside turning off auto-complete?