I have a very serious problem when I type my code in visual studio the only way I have to discard the autocompletion suggestion is to press space
.
For instance I want to type index,
and it replace everything with IndexError,
I would like it to accept autocomplete suggestion only if I press tab
and not every single special caracter. I have this problem if I type = , ; (
etc instead of space
and this is EXTREMLY annoying, I mean it is not mandatory to have a space between all your items so how can one do such thing ?