[R# 10 bug] Typing $"{ results in $"{}}"
If you type the following into a C# file:
$"{
it gets converted to the following text:
$"{}}"
Obviously this has an extra } at the end, which means you have to delete it manually.
Also see the discussion on Stack Overflow: http://stackoverflow.com/questions/33971133/why-does-visual-studio-create-double-closing-brackets-for-c6-interpolated-strin/33971449#33971449
Please sign in to leave a comment.
You need to disable VS feature - Tools | Options | Text Editor | C# | General | Automatic brace completion.