如何转义 XML 注释中的关键字(例如“note”)?

发布于 2024-08-20 09:51:10 字数 210 浏览 7 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白龙吟 2024-08-27 09:51:10

您可以通过编辑 ReSharper 选项来停止此行为。

转到ReSharper ->选项->工具-> Visual Studio 中的待办事项,然后更改模式框中“注释”条目的设置。您可以执行以下操作:

  • 删除注释模式 - 这将阻止更多出现的事件突出显示,但也会阻止任何注释出现在 TODO 资源管理器窗口中
  • 编辑注释模式并取消选中注释复选框 - 这将停止注释中的注释不被突出显示
  • 编辑注释模式并将突出显示颜色更改为与注释相同的颜色 - 这将停止突出显示,但仍会在 TODO 资源管理器窗口中显示注释

怀疑您不使用注释作为 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:

  • delete the note pattern - this will stop any more occurrences from being highlighted, but will also stop any notes from appearing in the TODO explorer window
  • edit the note pattern and untick the comments checkbox - this will stop notes in comments from being highlighted
  • edit the note pattern and change the highlight colour to the same colour as for comments - this will stop the highlighting, but will still show the notes in the TODO explorer window

I suspect you are not using notes as TODOs, so just deleting the pattern is probably your best option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文