I'm using Visual Studio IDE
2022, Parentheses completion is not working correctly. For example, I want to write:
Foo(Boo());
but result is:
Foo(Boo(); - one brace is missing.
I have checked and unchecked "Automatic brace completion" but it does not help.
By the way VSCode
does this job correctly:
If you want this problem to be solved please vote here: Autocompleteofparenthesesisbroken