如何防止错误列表窗口显示在 Visual Studio ASP.NET 编辑器中?
标记中的任何错误或警告都会弹出窗口,它让我想起 VB6 错误消息框,夺走了焦点和注意力。
真是碍眼啊。
是否有办法防止在编辑 ASP.NET 标记时显示错误列表
窗口?
Any errors or warnings within the markup pops up the window and it reminds me VB6 error message box, stealing the focus and concentration.
Quite an eyesore.
Is there a way to prevent the Error List
window from showing up while editing ASP.NET markups?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
至少使用其他 IDE 设置(即 C#/Windows,而不是 ASP.NET),您可以隐藏或关闭错误列表并在每次编译时弹出它。
At least with the other IDE settings (i.e. C#/Windows, not ASP.NET), you can just hide or close the error list and have it pop up on each compile.