强制 ReSharper 使用红色卷曲下划线来处理某些错误?
ReSharper 默认使用红色卷曲下划线来表示某些错误,并为其他错误使用红色突出显示关键字。对于“无法解析符号”错误(与普通 Visual Studio 中的“找不到类型或命名空间名称...”错误相同),ReSharper 默认以红色突出显示未找到的关键字:
... 而不是使用红色卷曲下划线的默认 Visual Studio:
有没有办法让 ReSharper 使用红色卷曲下划线?
ReSharper defaults to using a red curly underline for some of its errors, and highlighting keywords red for others. For the 'Cannot resolve symbol' error (which is the same as the 'The type or namespace name could not be found...' error in normal Visual Studio), ReSharper defaults to highlighting the unfound keyword red:
... instead of the default Visual Studio of using a red curly underline:
Is there a way to make ReSharper use a red curly underline instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上是一个错误。唯一的不同是 R# 提供了不同的突出显示,因为它提供了创建类型的选项。
Alt+Shift+Page Down(或 Page Up)在错误之间导航实际上会识别此错误,并且如果您启用解决方案范围分析(右下角)并打开< em>解决方案中的错误窗口
That's actually an error. The only different is that R# provides highlights it differently since it provides the option to create a type.
Alt+Shif+Page Down (or Page Up) to navigate between errors will actually identify this one and the error is even more evident if you enable the Solution wide analysis (bottom right corner) and open the Errors in solution window