问题描述
如标题中所述:如何关闭MSVS中的括号/引号/大括号自动补全功能?我主要对C#和XAML感兴趣,但是其他文本编辑器也会很好.
As it states in the title: how to I turn off brackets/quotes/curly braces autocompletion in MSVS? I'm interested in C# and XAML mostly but other text editors would be nice too.
编辑:目前,我正在使用具有以下扩展名的MSVS 11:
EDIT:Currently I'm using MSVS 11 with these extensions:
- AnkhSVN
- 并发可视化工具
- PreEmptive Analytics Aggregator Visualizer
- MSVS PerfWatson
- VsGraphicsDebuggerPkg
- Web工具扩展
其中大多数必须已经预先安装了msvs安装,因为我无法回忆起自己安装它们;)
Most of them must have been pre-installed with msvs installation, since I cannot recall installing them by myself ;)
EDIT2 :我在以下版本中使用msvs:版本11.0.50323.1 QRELB
EDIT2:I'm using msvs in this version: Version 11.0.50323.1 QRELB
EDIT3 :
我发现当前可用的msvs11中不会发生此问题.
EDIT3:
I found out the problem does not occur in currently available msvs11.
推荐答案
如果有人在VS 2013中遇到此问题,现在可以进行设置.我只是重新设置了VS设置,它又开始重新完成我的牙套.对我来说,这不是生产力动力工具.您可以在这里打开/关闭它:
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:
这篇关于如何在Visual Studio中关闭方括号/引号自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!