如何转义 XML 注释中的关键字(例如“note”)?
如何在 Visual Studio 中转义 XML 注释中的关键字(例如“note”)?
例如,
/// See note re Create method attached to this type.
我不希望“note”一词后面的文本变成蓝色。
请注意,这可能是 Resharper 的一项功能。
How do I escape keywords in XML comments like "note" in Visual Studio?
e.g.
/// See note re Create method attached to this type.
I don't want the text after the word "note" to turn blue.
Note this may be a Resharper feature.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过编辑 ReSharper 选项来停止此行为。
转到
ReSharper ->选项->工具-> Visual Studio 中的待办事项
,然后更改模式框中“注释”条目的设置。您可以执行以下操作:我怀疑您不使用注释作为 TODO,因此删除模式可能是您的最佳选择。
You can stop this behaviour by editing your ReSharper options.
Go to
ReSharper -> Options -> Tools -> To-do Items
in Visual Studio, then alter the settings for the 'Note' entry in the patterns box. There are a few things you can do:I suspect you are not using notes as TODOs, so just deleting the pattern is probably your best option.