我喜欢(几乎)关于语法错误和未使用变量等的即时反馈。但我发现在我输入时突出显示和取消突出显示内容会分散注意力。有没有办法让该功能保持打开状态,但让它等到我下线检查它?
问问题
99 次
1 回答
2
As far as I know, it's not possible.
What you can do is disable the real-time semantic error highlighting, so as to get semantic errors reported only when you compile. You can also get rid entirely of error highlighting.
Both options are under Tools > Options > Text editors > C# > Advanced
.
于 2012-11-23T16:56:48.457 回答