How to turn off brackets/quotes auto-completion in Visual Studio

Solution 1:

If anyone is having this issue with VS 2013, there is a setting for this now. I just reset my VS settings and it started to complete my braces again. For me, it wasn't productivity power tools. You can turn it on/off here:

enter image description here

Solution 2:

If anyone is by chance using Resharper you may also want to adjust the settings in

(Resharper Menu, Options) - Environment -> Editor -> Editor Behavior 

and

(Resharper Menu, Options) - Environment -> Intellisense -> Completion Behavior

according to your personal preferences, in addition to the built-in Visual Studio settings mentioned by others.

Solution 3:

For Visual Studio 2017:

C# only:

Tools > Options > Text Editor > C# > General > Automatic brace completion

All languages:

Tools > Options > Text Editor > All Languages > General > Automatic brace completion