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.