The auto code suggestions (code autocomplete) feature for C++ doesn't work as expected. It seems to consistently skip the first letter of every new word when make a suggestion.
Expected behaviour: Should auto suggest "vector", or other possibilities starting with "vec"
Actual behaviour: Only makes suggestions based on the "ec", and skips the initial "v".
Other examples:
