Right paren is not a completion commit character #9424
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
Visual Studio
Integration with Visual Studio
Milestone
Visual Studio 2015 Update 3
TypeScript Version: 1.8.34
Code

Expected behavior:

I type the next character ')' without fully typing the word or explicitly committing the selected completion item by Enter; the completion item gets committed and the character I typed gets inserted at the next position.
Actual behavior:

Completion does not happen, the completion session gets dismissed but the character gets typed, so I end up in an incorrect state.
This behavior is really frustrating, because almost every time I start typing a word then write the next character fluently ('.', ',' '(', ...), the code gets messed up.
The text was updated successfully, but these errors were encountered: