I would like to have an option in preferences file to turn bracket matching on or off.
Sometimes, when typing it is hard to detect where the caret is. For example:

In this case it is better to hide bracket markers altogether.
When I need to locate a matching brace I could use key-bound command "Go to bracket".
I'd really like to see theme support for brackets matching so that:
You can set "editor.matchBrackets": false
@bpasero turning off bracket matching is _not_ the same thing. I don't appreciate the issue being closed without actually being addressed. I want bracket matching; I just want it with color instead of this legibility killing outline.
@jsumners please follow our bug guidelines when reporting issues, we do not want different issues in one issue exactly for this reason. I closed this item because the things described by @fantaclaus were solved.
As for theming of bracket matching, you can set the following setting to tune the experience:
"workbench.colorCustomizations": {
"editorBracketMatch.background": "",
"editorBracketMatch.border": ""
}
This is only available yet in our insiders build. You can give our preview releases a try from: http://code.visualstudio.com/Download#insiders
Most helpful comment
You can set
"editor.matchBrackets": false