One of the small and nice features of Visual Studio 2013 you will find is the automatic braces completion. This will close the braces automatically when we starts the braces. This features will work for C#, VB, C++, F# as well as for JavaScript.
Automatic braces completion works for parentheses, curly and square brackets. Additionally this also works for Single and double quote. One completion of braces, Visual Studio will place the cursor in between the braces, so that you can type inside of the braces.
You can turn in off or on from options dialog windows and that to dependent on the languages.
This does not works for HTML or HTML(Razor). You will find them as disabled in the options dialog windows.