I'm using Visual studio code to edit .ts files but whenever I type in { it shows a whole list of suggestions like below. When hitting enter, word 'abstract' will be inserted into the cursor location.
What I'd expect is when typing in {, the other part of the brace, }, will be inserted into the editor as well automatically. This is what happens when typing in ( and [, but the behavior is just different when inputting {.
Also given { is a frequently used character, so this bugs me much. Not sure if this is configurable or not. Please shed some light on it.
