Automatic braces completion in Visual Studio 2013

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.

image image 

You can turn in off or on from options dialog windows and that to dependent on the languages.image

This does not works for HTML or HTML(Razor).   You will find them as disabled in the options dialog windows.

image

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.