The suggestion accept character is set to Tab, the other two checkboxes unchecked. In spite of that the Space character also accepts the current selection in the listbox. If it isn't a match I'd like to keep only the text what I typed.
Example:
#include <locale>
int _tmain(int argc, _TCHAR* argv[]) {
std::locale
}
The VAX did not found locale (another curiosity!). When I fully typed the word locale, the suggestion list contained only lexicographical_compare. It wasn't a match for me so I typed Space, and VAX inserted lexicographical_compare().
Other small annoyances:- writing std::en and selecting endl from the suggestion list with Tab, VAX completes it to std::endl(). I always have to delete the round brackets. It would be better to insert the round brackets only if I type the opening round bracket (as in the MS intellisense).
- In the tooltip of a function with default parameters the "=" sign is missing.