I can't find anything in the settings or online. Auto-completion might be fine when you're writing code from scratch, but when editing existing code it breaks my syntax 80% of the time :-(
E.g.:
Typing ) in function(a, (b) when the cursor is after b doesn't insert a bracket and I have to type it twice.
Typing /* automatically inserts a */, so if I want to comment out a part of a line I end up with something like:


and then I have to waste time fixing it to:
