1

I have Visual Studio 13 Ultimate Edition. When I type opening double quotes (") in visual basic, it won't automatically add the closing quotes.

E.g. I type this

Console.WriteLine(")

and after typing opening quotes, I want it to add the closing quotes like this

Console.WriteLine(" ")

but it doesn't happen.

Blackwood
  • 4,504
  • 16
  • 32
  • 41
  • heay i am asking different and u are ansring diff –  Dec 30 '15 at 08:45
  • This is not a duplicate. OP is asking about Visual Studio Ultimate. http://stackoverflow.com/questions/11055800/how-to-turn-off-brackets-quotes-auto-completion-in-visual-studio is about VS Code. The confusion is in the title, which means "Visual Studio" "Code Editor", not "Visual Studio Code" "Editor". His labels are correct. – wisbucky Apr 24 '17 at 22:13

1 Answers1

2

Make sure Automatic brace completion is checked in the menu Tools > Options > Text Editor > Basic.

Also, Productivity Power Tools VS extension might be needed.

gius
  • 9,289
  • 3
  • 33
  • 62