Visual Studio:快速查找源代码中的构建错误
我的编程工作流程通常涉及这样的序列:
- 构建
- 查看错误列表
- 双击顶部错误
- 修复错误
尽管我经常打开多个编辑器窗口,但我可能需要一段时间才能在指示器边缘找到相当伪装的图标。有时它甚至在错误窗口后面看不见。
有什么方法可以突出显示源代码中的当前错误行,以便我可以更快地找到它?
My programming workflow often involves sequences like this:
- build
- look at error list
- double click top error
- fix the error
Often though I have several editor windows open and it can take me a while to find the rather camouflaged icon in the indicator margin. Sometimes it's even out of sight behind the error window.
Is there any way I can highlight the current error line in the source code so that I can find it more quickly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Visual Studio 中按 F8 会出现错误
Pressing F8 in Visual studio take you to the errors
你在使用修磨机吗?
如果没有尝试看看它,据我记得它允许您自定义错误的显示方式。
Are you using resharper?
If not try and take a look at it, as far as i remember it allows you to customize how errors are displayed.